A simple and responsive To-Do List web application built using HTML, CSS, and JavaScript.
This project was created to practice frontend development and understand the complete workflow of building a UI-based application from scratch.
- Add new tasks with ease
- Mark tasks as completed
- Remove tasks
- Persist tasks using
localStorage - Clean and responsive UI design
- HTML
- CSS
- JavaScript
localStorage(for saving tasks even after browser reload)
βββ index.html βββ style.css βββ script.js βββ images/
- Clone the repository
git clone https://github.com/aryandas2911/To-Do-List.git cd todo-list - Open index.html in your browser
