Responsive Twitter UI Clone (partial) for study purposes.
Deployed here.
- React.js
- Styled Components
- TypeScript
- Create new routes with React Router (e.g. Initial page)
- Personal back-end integration:
- User registry
- Tweet management
- Mentions
- Direct messages
- And more...
- Run
npm install
oryarn install
. - Run
yarn start
and accesshttp://localhost:3000
.
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests.