Skip to content

VanillaJs Todo is an activity management application created with Vanilla Js/plain JavaScript. It has the functionality of creating Todo, updating Todo, marking Todo as completed by moving it to Done Todo list, reverting a Todo from completed Todo list back to Uncompleted Todo list, and deleting Todo. The data storage use for the application is …

Notifications You must be signed in to change notification settings

SISol-ng/VanillaJs-Todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VanillaJs-Todo

VanillaJs Todo is an activity management application created with Vanilla Js/plain JavaScript. It has the functionality of creating Todo, updating Todo, marking Todo as completed by moving it to Done Todo list, reverting a Todo from completed Todo list back to Uncompleted Todo list, and deleting Todo. The data storage use for the application is JavaScript data structure (array and object) with some initial dummy data.

About

VanillaJs Todo is an activity management application created with Vanilla Js/plain JavaScript. It has the functionality of creating Todo, updating Todo, marking Todo as completed by moving it to Done Todo list, reverting a Todo from completed Todo list back to Uncompleted Todo list, and deleting Todo. The data storage use for the application is …

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published