├── README.md ├── index.html └── script.js /README.md: -------------------------------------------------------------------------------- 1 | # js-todo-list 2 | A simple ToDo list application in JavaScript. 3 | -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 |