A simple and user-friendly To-Do List application that allows users to add, remove, and mark tasks as completed. This app utilizes local storage to persist tasks between sessions.
- Add Tasks: Enter a task in the input box and click "Add" to create a new task.
- Mark as Completed: Click on a task to toggle its completion status.
- Delete Tasks: Click the "×" next to a task to remove it from the list.
- Persistent Storage: Tasks are saved in the browser's local storage, so they remain available upon reloading the page.
- HTML
- CSS
- JavaScript
- A modern web browser (e.g., Chrome, Firefox)
-
Clone the repository:
git clone https://github.com/mahenoorsalat/To-Do-Web