Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vmnog/twitter
React JS Twitter Clone
https://github.com/vmnog/twitter
Last synced: 10 days ago
JSON representation
React JS Twitter Clone
- Host: GitHub
- URL: https://github.com/vmnog/twitter
- Owner: vmnog
- Created: 2020-08-18T21:07:36.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-04T16:19:25.000Z (over 4 years ago)
- Last Synced: 2024-12-10T18:16:44.022Z (29 days ago)
- Language: TypeScript
- Homepage:
- Size: 5.43 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
UI Clone - Twitter ResponsiveResponsive Twitter UI Clone (partial) for study purposes.
Check live demo here.
## Participants
[](https://github.com/vmnog)
[Victor Nogueira](https://github.com/vmnog)
## Demo
![DEMO GIF](./assets/twitter-demo.gif?raw=true 'Demo GIF')
## Techs
- [x] React.js
- [x] Styled Components
- [x] TypeScript## Ideas to implement
- [ ] Create new routes with React Router (e.g. Initial page)
- [ ] Personal back-end integration:
- [ ] User registry
- [ ] Tweet management
- [ ] Mentions
- [ ] Direct messages
- [ ] And more...## Usage
1. Run `npm install` or `yarn install`.
2. Run `yarn start` and access `http://localhost:3000`.