- Fully Authenticated using Express Session and Passport
- Tweet with tags and images
- Like , dislike post, add comments
- Search User by username or name
- CRUD on User Profile
- API caching using SWR
- Realtime Notification using socket io
- Fully Reponsive UI
- Coming Soon!!! Check out Verion 2 : Features Listed
📌 Backend Code : https://github.com/Dey-Sumit/twitter-clone-MERN-server
npm install
npm run dev
- Add mention feature
- Add Retweet feature
- Ability to Share on Social Media
- Add Husky
- Add Google Analytics
- Add DM
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Sumit Dey- [email protected]
Youtube Channel: https://www.youtube.com/c/BackbenchCoder
Issue in twitter clone On refresh the /me call is not occurring. So , the user is getting logged out automatically , but every alternate req is happening.