A minimal dark-themed To-Do app built using HTML, CSS, and JavaScript.
(https://harshitha1106.github.io/To-Do-App/)
git clone https://github.com/harshitha1106/To-Do-App.git
cd To-Do-App- Add tasks with optional due dates
- Mark tasks as completed
- Edit tasks by double-clicking
- Delete tasks
- Filter tasks by All, Completed, and Pending
- Overdue task highlighting
- Save tasks using localStorage
- HTML
- CSS
- JavaScript
This project was created to practice DOM manipulation, event handling, and localStorage in JavaScript.
Harshitha

