Simple To-Do List Web App
I developed this basic to-do list application using HTML, CSS, and JavaScript.
It allows users to manage daily tasks — including adding, completing, and deleting them. The data is stored locally using the browser's localStorage API.
- Add new tasks
- Mark tasks as completed
- Delete tasks
- Store task data locally in browser
- Clean and responsive design
HTML, CSS, JavaScript, localStorage
- Clone this repository or download the ZIP
- Open the folder
- Double-click
index.htmlto open it in a browser
https://Thivagar555.github.io/Simple-ToDo-App/
This project helped me understand how to build a complete browser-based application using just frontend technologies.
I learned how to dynamically create and update elements using JavaScript and how to make data persist using the localStorage API.
It also taught me the importance of user experience, clean UI, and how small frontend projects are structured.