A social media app built with ReactJs.
- Frontend - React.js, CSS, HTML
- Backend - Mockbee
- Deployment - Netlify
- Authentication
- Login
- Signup
- Logout
- User Feed
- Filter by trending, date created
- Posts of logged-in user and following users
- Create Post
- Edit & Delete Post
- Like on a Post
- Comment on a Post
- Bookmark a Post
- User Profile
- Add Avatar
- Edit Profile Picture
- Add Bio
- Add Portfolio Url
- Follow/Unfollow Users
- "Who To Follow?" Section
- Explore Section
- Bookmarks Section
- Dark/Light Mode
Clone Project
git clone git@github.com:Sunil2201/social-media.git
Go to Project Directory
cd social-media
Install Dependencies
npm install
Start Server
npm run start

