π To-Do List App
This is a simple and user-friendly To-Do List web application built using HTML, CSS, and JavaScript. It helps users manage their daily tasks efficiently by allowing them to add, delete, and organize tasks in one place.
π Feaβ¦
π To-Do List App
This is a simple and user-friendly To-Do List web application built using HTML, CSS, and JavaScript. It helps users manage their daily tasks efficiently by allowing them to add, delete, and organize tasks in one place.
π Features
β Add new tasks easily
β Delete tasks when completed
πΎ Saves tasks using Local Storage (so tasks remain even after refresh)
π― Simple and clean user interface
β‘ Fast and responsive
π οΈ Technologies Used
HTML
CSS
JavaScript
π How It Works
Users can type a task into the input field and click the βAddβ button to save it. Each task appears in a list below, where it can be removed when no longer needed. The app uses browser local storage to keep tasks saved even after reloading the page.
π― Purpose
This project is created for practice and to understand core JavaScript concepts like DOM manipulation and local storage.