Awesome
Twitter Clone Frontend
Twitter clone built using React, Redux.
Demo - https://twitter-musk.vercel.app/#/
Backend Repository - https://github.com/RisingGeek/twitter-clone-backend
Features
- Signup/Login
- Add Tweet
- Follow people
- Like, Retweet, comment
- View profile
- Search users in explore section
- Add bookmarks
- Dark mode
Upcoming Features
- Notifications
- Live updations of like, retweet
Run locally
- 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
Demo account
username: demoaccount
password: 12345678