A minimalistic and responsive To-Do List web application built using HTML, CSS, and Vanilla JavaScript. It allows users to add, mark as complete, and delete tasks with a clean user interface.
- ๐ Add new tasks to the list
- โ๏ธ Mark tasks as complete
- ๐๏ธ Delete tasks
- ๐พ Tasks persist with localStorage
- ๐จ Clean and responsive UI
| Technology | Purpose |
|---|---|
| HTML5 | Structure of the page |
| CSS3 | Styling and layout |
| JavaScript (ES6) | Interactivity and logic |
| localStorage | Saving tasks locally in browser |