Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 935 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 935 Bytes

alt text TODO List with Vanilla JS

Create a TODO list application that allows users to add and delete tasks.

📝 Instructions

  • You app needs to look like this.
  • The tasks are added when the user looses focus on the input or you can have your own button.
  • The delete icon shows on the side of every task.
  • The user can add as many tasks as needed.
  • When there is no tasks the list should "No tasks, add a task"
  • There is no way to update a task, the user will have to delete and create again.

💡 Tips to finish this project

Do not go straight to the code, think first and have a viable strategy.