Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joakimteixeira/tweet-component
Project to test React state and props
https://github.com/joakimteixeira/tweet-component
bootstrap reactjs responsive-design
Last synced: about 2 months ago
JSON representation
Project to test React state and props
- Host: GitHub
- URL: https://github.com/joakimteixeira/tweet-component
- Owner: JoakimTeixeira
- Created: 2020-10-26T02:54:51.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-07T19:22:27.000Z (about 2 months ago)
- Last Synced: 2024-11-07T20:27:01.349Z (about 2 months ago)
- Topics: bootstrap, reactjs, responsive-design
- Language: JavaScript
- Homepage:
- Size: 433 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tweet Component
Project to test React state and props
![image](https://user-images.githubusercontent.com/12193814/97129929-d54d4200-171e-11eb-8bae-915c07d4cb79.png)
## To-do
- [ ] Refactor component states for better atomicity
- [ ] Improve responsiveness## Running the Project
To get started, fork the repository, clone it, and then run the following commands:
npm install
npm run start