Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 362 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 362 Bytes

React Hooks todolist

A simple todolist app built with React Hooks & Context

Read my medium post here to walkthrough this project.

Scripts

Clone this app and run

npm install
npm start

to preview it in the browser.