π To-Do List App
A responsive and modern To-Do List web application built using HTML, CSS, and Vanilla JavaScript. This app allows users to add, edit, and delete tasks with persistence using the browserβs localStorage.
β¨ Features
- π Add new tasks
- βοΈ Edit existing tasks inline
- β Delete completed/unwanted tasks
- πΎ Persistent storage using localStorage
- π¨ Stylish UI with gradient background and smooth hover effects
- β
Prevents empty task entries and ensures basic error handling
π» Technologies Used
- HTML5 β structure of the page
- CSS3 β modern styling, animations, and responsive layout
- JavaScript (ES6) β interactivity and data storage
πΈ Preview

π οΈ How to Run
- Clone the repository:
```bash
git clone https://github.com/your-username/todo-list-app.git