Simple Todo List

This is a straightforward todo list application that enables users to add tasks to a list and delete the entire list. Implemented using JavaScript, SCSS, and HTML, the application utilizes local storage for data persistence.

Features:

  • Add Tasks: Users can easily add tasks to the todo list by entering them into the input field and clicking an "Add task" button.
  • Clear All: The application provides the functionality to delete the entire todo list, giving users a clean slate for new tasks.
  • Data Persistence: Tasks are stored using the local storage feature of the browser, ensuring that the todo list remains available even after refreshing the page or closing the browser.