Todo List App
A simple, responsive To-Do List App built with HTML, CSS, and JavaScript. Users can add tasks, mark them as completed, and delete tasks. Tasks are stored using localStorage, so they persist even after the page is reloaded.
Features
🔹Add, complete, and delete tasks
🔹Persistent storage with localStorage
🔹Responsive design for desktop and mobile
Demo
Check the live version here: https://todoapp-b918f.web.app/
Installation
Clone the repo: git clone https://github.com/yourusername/Todo-App.git
Navigate to the folder: cd Todo-App
Open index.html in a browser.
Future Enhancements
Add task priority, due dates, and categories