Todo MVC

Credit

The Todo MVC project was created by tastejs.

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.