Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lakshmankishore/todoapp
Todo App with local storage.
https://github.com/lakshmankishore/todoapp
html-css-javascript localstorage todo
Last synced: about 2 months ago
JSON representation
Todo App with local storage.
- Host: GitHub
- URL: https://github.com/lakshmankishore/todoapp
- Owner: LakshmanKishore
- Created: 2021-06-18T11:06:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-15T12:45:25.000Z (11 months ago)
- Last Synced: 2024-10-24T16:54:06.787Z (2 months ago)
- Topics: html-css-javascript, localstorage, todo
- Language: JavaScript
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todo List App
This is a Todo list app with localStorage.The Todos which is entered by the user is saved in the LocalStorage of the browser.
The Todos will not be cleared, until the user cleares it.# Built with
* HTML
* CSS
* JavascriptWatch the code live [here](https://lakshman-todoapp.surge.sh)