Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

screenshot

## Installation

Clone the repository and open the index.html file in your browser.

```bash
git clone [repository]
```

## License

- [MIT](LICENSE.md)