Welcome to the Social Media App – a MERN Stack project inspired by Twitter!
This project is a social media app built using the MERN (MongoDB, Express.js, React, Node.js) stack. It provides a platform for users to share posts, follow other users, and engage in conversations through comments.
- User Authentication: Secure user registration and login system.
- Create and View Posts: Users can create, edit, and delete posts. They can also view posts from other users.
- Follow and Unfollow Users: Establish connections with other users and stay updated on their activities.
- Real-time Updates: Receive real-time updates for new posts and comments.
- Like and Comment: Interact with posts by liking and commenting.
- MongoDB: Database for storing user data, posts, and comments.
- Express.js: Backend framework for building the server.
- React: Frontend library for building the user interface.
- Node.js: JavaScript runtime for running the server.
- Socket.io: Enables real-time communication between the server and clients.
- Redux: State management for React applications.
-
Clone the repository:
git clone https://github.com/zayar-htun/React-Twitter.git cd social-media-app