Skip to content

Latest commit

 

History

History
executable file
·
19 lines (10 loc) · 527 Bytes

README.md

File metadata and controls

executable file
·
19 lines (10 loc) · 527 Bytes

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.