A simple and elegant web-based Task List App built with HTML, CSS, and JavaScript.
✔ Add tasks
✔ Mark them complete
✔ Delete individually
✔ Persist data using localStorage
✔ Supports keyboard input (Enter key)
✔ Fully responsive design
Add a screenshot here if you'd like
- ✅ Add tasks with a button or by pressing Enter
- ☑ Mark tasks as complete with a checkbox
- ❌ Remove any task with the Delete button
- 💾 Saves tasks using
localStorageso they don't disappear on refresh - 🎨 Clean and responsive design with custom CSS
- HTML5
- CSS3 (with responsive styles)
- JavaScript (ES6+)
localStorageAPI
task-list/ ├── index.html ├── style.css ├── script.js └── README.md