📝 To-Do List Web App
A simple front-end project to manage tasks. Built using HTML, CSS, and JavaScript. Tasks are saved in localStorage, so they remain after refreshing the page.
Features
- Add a new task
- Mark tasks as done
- Delete tasks
- Persistent storage with localStorage
Demo
Check the live demo: Live Demo
How to Run Locally
- Clone the repo:
```bash
git clone https://github.com/Mistnotop/todo-list.git