๐ To-Do List Web App
A simple and responsive To-Do List web application built using HTML, CSS, and JavaScript. It lets users easily add, delete, and manage tasks with a clean interface and a real-time progress bar.
๐ Features:
โ Add new tasks
๐๏ธ Delete tasks
๐พ Tasks saved using localStorage (persistent across page reloads)
๐ Progress bar updates as tasks are completed
๐ฑ Fully responsive design (works on mobile, tablet, and desktop)
๐ ๏ธ Tech Stack:
HTML5 (structure)
CSS3 (styling and layout)
JavaScript (CRUD, logic, localStorage, and progress bar functionality)
๐ฆ How to Use:
Clone the repository: git clone https://github.com/your-username/todo-list.git cd todo-list
Open the index.html file in any modern browser.
Live Demo: https://rachanadutta.github.io/todo-list/