A simple and interactive web-based To-Do List application built using HTML, CSS, and JavaScript.
It allows users to add, complete, and delete tasks with real-time updates, and stores data locally using the browser’s localStorage so tasks are saved even after refreshing the page.
Key Features:
Add new tasks dynamically
Mark tasks as completed
Delete tasks individually
Store and retrieve tasks from local storage
Clean and responsive user interface
Built with Vanilla JavaScript no frameworks