To-Do List
A simple Todo List that saves your tasks in local storage
Project Screenshots
Project Overview
This is a basic Todo List built with HTML, CSS, and JavaScript. It lets you add tasks, mark them as done with a strikethrough line, and remove them when finished. All tasks are stored in your browser's local storage, so they stay saved even if you close the page and come back later.
Key Features
- Built with HTML, CSS, and JavaScript
- Stores tasks in local storage
- Retrieves tasks on page load
- Delete tasks easily
- Mark tasks as done with a line through them
- Clean and minimal design