An open API service indexing awesome lists of open source software.

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.

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