A simple and interactive To-Do List application built using HTML, CSS, and JavaScript.
This project demonstrates DOM manipulation, local storage usage, and responsive UI design.
- Add new tasks
- Mark tasks as completed
- Delete tasks
- Data persistence using Local Storage
- Responsive and modern UI
- Interactive task list with icons
- HTML5
- CSS3
- JavaScript (Vanilla)
To-Do-List/
ββ index.html
ββ style/
β ββ style.css
ββ script/
β ββ script.js
ββ images/
β ββ icon.png
β ββ checked.png
β ββ unchecked.png
ββ README.md