A simple To-Do List application built using HTML, CSS, and JavaScript. It allows users to add, remove, and store tasks using Local Storage, ensuring that tasks persist even after the page is reloaded.
- Add and remove tasks
- Saves tasks in Local Storage
- Fully responsive design
- User-friendly interface
- HTML - Structure
- CSS - Styling
- JavaScript - Functionality (including Local Storage)