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