Twitter clone built using React, Redux.
Demo - https://twitter-geek.netlify.app/
Backend Repository - https://github.com/RisingGeek/twitter-clone-backend
- Login
- Post Tweet
- Follow/trust people
- Like, Retweet, comment
- View profile
- Moderate
- Choose moderation rules for each post
- Notifications
- Live updations of like, retweet
- Pay per view post
- Curated auctions for promoted ads, secured by escrow
- Create a .env.development file with the following contents:
REACT_APP_SERVER_URL=http://localhost:5000
REACT_APP_SECRET_KEY=<YOUR_SECRET_KEY>
npm install && npm start