https://github.com/simoneas02/react-todo
:pencil: A simple TODO List
https://github.com/simoneas02/react-todo
js react react-component reactjs
Last synced: 5 months ago
JSON representation
:pencil: A simple TODO List
- Host: GitHub
- URL: https://github.com/simoneas02/react-todo
- Owner: simoneas02
- License: mit
- Created: 2017-05-27T18:25:47.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-07-10T19:11:11.000Z (almost 7 years ago)
- Last Synced: 2025-04-06T12:16:19.527Z (about 1 year ago)
- Topics: js, react, react-component, reactjs
- Language: JavaScript
- Homepage:
- Size: 286 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# React TODO
> A simple TODO List
## Run the project local
**0 -** install the basic dependencies
- [NodeJS](https://nodejs.org/en/)
**1 -** Clone the project and install the dependencies:
```sh
$ git clone https://github.com/simoneas02/react-todo
$ cd react-todo/
$ npm install
```
**2 -** Start development mode:
```sh
$ npm run start
```
## Contributing
Find on our [issues](https://github.com/simoneas02/react-todo/issues/) the next steps of the project ;)
Want to contribute? [Follow these recommendations](https://github.com/simoneas02/react-todo/blob/master/CONTRIBUTING.md).
## History
See [Releases](https://github.com/simoneas02/react-todo/releases) for detailed changelog.
## License
[MIT License](https://github.com/simoneas02/react-todo/blob/master/LICENSE.md) © [Simone Amorim](https://simoneas02.github.io)