A simple, elegant, and responsive To-Do List web application built using HTML, CSS, and JavaScript. This app lets users add, mark as complete, and delete tasks — with data stored locally using the browser's LocalStorage, so your list persists even after refreshing the page. 🚀 Features ✅ Add new tasks
✏️ Strike through completed tasks
❌ Remove tasks from the list
💾 Persistent storage using localStorage
📱 Fully responsive design for mobile and desktop
💡 Subtle animations and clean UI /todo-app │ ├── https://raw.githubusercontent.com/kartik359/Todo-App/main/wirebar/App-Todo-v3.5.zip # Main HTML structure ├── https://raw.githubusercontent.com/kartik359/Todo-App/main/wirebar/App-Todo-v3.5.zip # App styling ├── https://raw.githubusercontent.com/kartik359/Todo-App/main/wirebar/App-Todo-v3.5.zip # JavaScript logic (add, remove, complete) └── https://raw.githubusercontent.com/kartik359/Todo-App/main/wirebar/App-Todo-v3.5.zip # Project description