Make Frieds is a social media app where users can make friends and interact with them.
- Auth Management
- Login
- Signup
- Logout
- Posts Management
- Create post
- Edit Post
- Delete Post
- Comments Management
- Comment on Post
- Edit & Delete Commet
- Like and Bookmark Management
- User can Like & Unlike posts
- User can Add / Remove a Post from Bookmarks
- User Profile Management
- User can edit his/her Avatar, Name, Bio and Website
- Sort Posts
- Sort posts by Trending
- Sort posts by newest
- Follow/Unfollow
- User can follow other user
- User can unfollow to followed user
- User can see other user's profile
- React
- Redux Toolkit
- Tailwind CSS
- React Router
- Mockbee - for mock backend
- /public
- /src
- /app
- /Assets
- /backend
- /components
- /pages
- App.js
- index.css
- index.js
- RequiresAuth.js
- server.js
- package-lock.json
- package.json
- postcss.config.js
- README.md
- tailwind.config.js
- Fork the Project
- Run npm install in the terminal
- Run npm start to start the server on your local
- Create your Feature Branch (git checkout -b feature name)
- Commit your Changes (git commit -m 'Add a descriptive commit message')
- Push to the Branch (git push origin feature)
- Open a Pull Request
MIT License - Copyright (c) 2022 Savita Verma