icyJoseph / todo-mvc-react-hooks

Todo MVC with React Hooks

Home Page:https://lethal-soup.surge.sh/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Todo MVC with React Hooks

https://lethal-soup.surge.sh/


Languages

Language:JavaScript 63.8%Language:CSS 29.5%Language:HTML 6.7%