Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/icyjoseph/todo-mvc-react-hooks
Todo MVC with React Hooks
https://github.com/icyjoseph/todo-mvc-react-hooks
react react-hooks todo-mvc weekend-hacking
Last synced: about 1 month ago
JSON representation
Todo MVC with React Hooks
- Host: GitHub
- URL: https://github.com/icyjoseph/todo-mvc-react-hooks
- Owner: icyJoseph
- Created: 2019-02-17T06:57:35.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T07:56:21.000Z (almost 2 years ago)
- Last Synced: 2024-05-02T05:58:16.231Z (8 months ago)
- Topics: react, react-hooks, todo-mvc, weekend-hacking
- Language: JavaScript
- Homepage: https://lethal-soup.surge.sh/
- Size: 2.39 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todo MVC
## Credit
The [Todo MVC](http://todomvc.com/) project was created by [tastejs](https://github.com/tastejs/todomvc).
## About this version
This version uses React Hooks to manage the state of the Todo MVC application.
## A growing project
This project aims to use different types of hooks to implement the Todo MVC.
Currently it uses `useState` and `useEffect`, as well as a custom hook to save to local storage, named `useLocalStorage`.
## Testing
The project aims to have test coverage over all the hooks.