A simple and responsive To-Do List web application built with HTML, CSS, and JavaScript. This app allows users to add, check, and delete tasks β with data saved using localStorage.
- β Add and remove tasks
- π Mark tasks as completed
- πΎ Persistent data using
localStorage - π± Responsive design
- π¨ Stylish UI with gradient background
| Technology | Description |
|---|---|
| HTML5 | Structure of the web page |
| CSS3 | Styling the UI |
| JavaScript | App functionality & logic |
| localStorage | Saving tasks locally |