https://github.com/mbourmaud/reactjs-todolist
A basic todolist using reactJS.
https://github.com/mbourmaud/reactjs-todolist
es6 eslint js reactjs reactjs-components reactjs-es6
Last synced: 2 months ago
JSON representation
A basic todolist using reactJS.
- Host: GitHub
- URL: https://github.com/mbourmaud/reactjs-todolist
- Owner: mbourmaud
- Created: 2017-08-13T15:37:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-13T15:40:02.000Z (over 7 years ago)
- Last Synced: 2025-01-05T12:28:43.438Z (4 months ago)
- Topics: es6, eslint, js, reactjs, reactjs-components, reactjs-es6
- Language: JavaScript
- Size: 176 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A Simple Todolist in ReactJS
I did it all by myself with the ReactJS documentation.
I decided not to use Redux for now because I wanted to learn the basics.