https://github.com/bonniesimon/todo-react-hooks
A todo list app using React using the new Hooks.
https://github.com/bonniesimon/todo-react-hooks
Last synced: 3 days ago
JSON representation
A todo list app using React using the new Hooks.
- Host: GitHub
- URL: https://github.com/bonniesimon/todo-react-hooks
- Owner: bonniesimon
- Created: 2020-03-01T15:07:21.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-23T02:17:17.000Z (about 1 year ago)
- Last Synced: 2024-04-23T05:58:37.919Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://bonniesimon.github.io/todo-react-hooks/
- Size: 509 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TodoList Using React and Hooks
A simple todo list app using React and React Hooks
### What I've Learned:
* Initialising React app using create-react-app
* Creating functional Components
* Using Hooks for state manegement
* Updating State