My applications
All applications
javascript Todo list
This simple vanilla Javascript application lets users add new tasks, delete existing or search tasks. You can use the input field to enter the title of a new task and add that task to the list by clicking enter. The new task item is then added to the list underneath. For each task delete icon is displayed.