└── javascript-todo ├── web.html ├── javascript.js └── style.css /javascript-todo/web.html: -------------------------------------------------------------------------------- 1 | 2 |
3 |Enter text into the input field to add items to your list.
15 |Click the item to mark it as complete.
16 |Click the X to remove the item for your list
17 |