Skip to content

Multiple Todo Lists in React using React Hooks, Redux & LocalStorage

License

Notifications You must be signed in to change notification settings

gyrad/multi-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multi Todo

With Multi Todo you can have multiple todo lists which can be updated and deleted at will. The state is stored locally on the browser and persists even when the page is refreshed, using Window.localStorage from the browser's Web Storage API.

I was looking for a service that had a barebones todo list that I could use for my daily use. I needed something where I could have multiple todo lists. I couldn't find one that fit exactly what I needed. I didn't want any of the unnecessary bells and whistles. So I set forth and created one that I could use. Hopefully it is of some use to anyone going through this.

DEMO

About

Multiple Todo Lists in React using React Hooks, Redux & LocalStorage

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published