A simple and elegant Todo List app built using HTML, CSS, and JavaScript with localStorage support to persist data across sessions.
- โ Add tasks
- โ Delete tasks
- ๐ Prevent duplicate entries
- ๐พ Save tasks to browser's local storage
- ๐จ Stylish and responsive UI
- HTML5
- CSS3
- JavaScript (Vanilla)
- LocalStorage API
Todo-List/ โโโ index.html # Markup for the app โโโ style.css # Styling for the app โโโ script.js # JavaScript logic ๐ฎ Future Improvements Edit tasks
Add due dates
Task filtering (e.g., completed vs pending)
Dark/Light mode toggle