Twitter clone built using React, Redux.
Demo - https://twitter-musk.vercel.app/#/
Backend Repository - https://github.com/RisingGeek/twitter-clone-backend
- Signup/Login
- Add Tweet
- Follow people
- Like, Retweet, comment
- View profile
- Search users in explore section
- Add bookmarks
- Dark mode
- Notifications
- Live updations of like, retweet
- Create a .env file with the following contents:
REACT_APP_SERVER_URL=http://localhost:5000
REACT_APP_SECRET_KEY=<YOUR_SECRET_KEY>
Note: You need to also setup the backend repository for APIs to work
npm install && npm start
username: demoaccount
password: 12345678