A simple and interactive To-Do List application built using HTML, CSS, and JavaScript.
This app allows users to:
✔ Add tasks
✔ Mark tasks as completed (single click)
✔ Delete tasks (second click)
✔ Save tasks automatically using localStorage
✔ Refresh the page without losing tasks
Users can type any task into the input box and click Add Task to insert it into their list.
Single-clicking a task crosses it out and marks it as completed.
Click a completed task again to delete it.
All tasks are saved automatically and restored even after refreshing the page.
Technologies Used
- HTML5
- CSS3
- JavaScript (ES6)
- Git & GitHub