An open API service indexing awesome lists of open source software.

https://github.com/maskedsyntax/todo-list-javascript

An online TODO list using javascript. The data in the list is stored in the local storage and remains there till the web page is closed.
https://github.com/maskedsyntax/todo-list-javascript

Last synced: 12 days ago
JSON representation

An online TODO list using javascript. The data in the list is stored in the local storage and remains there till the web page is closed.

Awesome Lists containing this project

README

          

# TODO-List-Javascript
An online TODO list using javascript. The data in the list is stored in the local storage and remains there till the web page is closed.
For the UI (navbar and Task area), bootstrap is used.