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.
- Host: GitHub
- URL: https://github.com/maskedsyntax/todo-list-javascript
- Owner: MaskedSyntax
- Created: 2021-05-24T23:58:46.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-25T17:57:08.000Z (over 4 years ago)
- Last Synced: 2025-03-29T23:43:56.158Z (10 months ago)
- Language: HTML
- Size: 6.84 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.