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