Skip to content

A simple todo list, a good way to practice CRUD in JS. Can create, edit, and delete tasks, also uses localStorage to save the data in Local Storage.

Notifications You must be signed in to change notification settings

moizxkhan1/ToDoList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ToDoList

A simple todo list, a good way to practice CRUD in JS. Can create, edit, and delete tasks, also uses localStorage to save the data in Local Storage.

Nothing fancy. You can remove the id functionality within the code, since I am not really using it in any meaninful way (was originally added to add the functionality of editing and deleting items but I ended up doing it in different way).

About

A simple todo list, a good way to practice CRUD in JS. Can create, edit, and delete tasks, also uses localStorage to save the data in Local Storage.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published