Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emanuelefavero/todo-list-vanilla-js
This is a simple todo list made with vanilla JS that uses local storage
https://github.com/emanuelefavero/todo-list-vanilla-js
css html javascript localstorage todolist vanilla-js
Last synced: 17 days ago
JSON representation
This is a simple todo list made with vanilla JS that uses local storage
- Host: GitHub
- URL: https://github.com/emanuelefavero/todo-list-vanilla-js
- Owner: emanuelefavero
- License: mit
- Created: 2023-11-14T03:48:20.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-16T00:01:23.000Z (about 1 year ago)
- Last Synced: 2023-11-16T04:35:21.088Z (about 1 year ago)
- Topics: css, html, javascript, localstorage, todolist, vanilla-js
- Language: JavaScript
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Todo List Vanilla JS
This is a simple todo list made with vanilla JS that uses local storage to save the todos permanently in the browser.
## Demo
[emanuelefavero.github.io/todo-list-vanilla-js](https://emanuelefavero.github.io/todo-list-vanilla-js)
### Screenshot
## Installation
Clone the repository and open the index.html file in your browser.
```bash
git clone [repository]
```## License
- [MIT](LICENSE.md)