Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.