This is Social media 📷 for gamers🎮 Build with REACT
FRONTEND:
- React
- React Router V6
- TailwindCSS Styling Library
- Redux Toolkit
- React-router-DOM
BACKEND:
- Firebase Backend
Clone the project
git clone https://github.com/t007rushi/Gamist.git
Go to the project directory
cd gamist
Install dependencies
npm install
Start the server
npm run start
- User Management
- Follow a user
- unfollow a user
- show Total following and followers
- Post Management (CRUD)
- ADD a Post
- REMOVE a Post
- EDIT a Post
- Update a Post
- ADD/Remove to/from Bookmark
- Like & comments
- like/unlike a post
- comment on particular post
- delete a comment
- Filtering and Sorting by date, trending
- Frontend Authentication
- Sign In
- Sign Up
- Sign Out