Skip to content

coakenfold/todo.do

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo Do

A todo list saved to local storage. Using React's useReducer hook to manage state

Of note

  • List & Todo names can be edited by clicking on the text and typing. Changes are saved by pressing Enter. Pressing Escape or tabbing away before a save resets it to the original text

  • Can bulk edit Lists & Todos