A simple To-Do List app created with HTML, CSS, and JavaScript. You can add tasks, mark them as done, or delete them. The app also saves your tasks using the browser's local storage, so they stay even after you refresh the page.
- ➕Add tasks to the list.
- ✔️ Mark tasks as completed.
- ❌ Delete tasks from the list.
- 📝Tasks persist using local storage, even after page refresh 🔄.
You can check out the live demo of the project here: Live Demo