Skip to content

This is a vanilla Javascript app that stores the user's list of tasks. The user can edit each task, remove a task and finally save the list. There is a search feature to fetch the list whenever it needs to be viewed.

Notifications You must be signed in to change notification settings

onwuahakenneth/myTodo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NOTE:

I ensured that the name given to the each list of tasks while saving is unique; no duplicate names are allowed. The names are also case sensitive ('myTask' !== 'MyTask') to maintain the idea above.

About

This is a vanilla Javascript app that stores the user's list of tasks. The user can edit each task, remove a task and finally save the list. There is a search feature to fetch the list whenever it needs to be viewed.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published