Slack-styled Twitter app. Now you can tweet safely at your office without having the constant fear of being seen by your boss.
Made this project for learning purposes, using:
- React
- React Hooks, all the components are functional components
- Styled Components
- Mobx for state management
- Node.js
- Twitter app. You'll gonna need its API keys to get this started.
- Clone this repo
- Install package,
npm install
- Create
.env
file based on.env.example
provided. Fill in the attributes withYOUR_KEY
to your Twitter developer app keys. - Run both the app and the server,
npm run dev
- The app will be served at
http://localhost:3000
and the server will be athttp://localhost:5000
- Timeline
- Profile Page
- Send tweets
- Worldwide trends
- Retweet
- Reply tweet
- Sign in