A simple and clean To-Do List application built using HTML, CSS, and JavaScript. This app allows users to add, complete, and delete tasks, with task persistence using the browser's localStorage.
- โ Add new tasks
- โ Mark tasks as completed (with strike-through)
- โ Delete tasks
- โ Stores tasks in browser localStorage (persistent after page reload)
- โ Responsive, clean UI with modern styling
- HTML5
- CSS3
- JavaScript (ES6+)
- localStorage API
-
Clone the repository:
git clone https://github.com/hemanthkumar0405/To-Do-List.git