A simple Todo list application built with HTML, CSS, and JavaScript, designed to help you keep track of tasks efficiently. Tasks are stored in localStorage, so your todos remain saved even after refreshing the page.
- Add new todos
- Delete tasks
- Mark tasks as complete
- Persistent storage using localStorage
- Responsive UI
- Clone the repository:
git clone https://github.com/KaashDev/todo.git
- Navigate to the project folder:
cd todo
- Open index.html in your browser to use the app.
This web app is an experiment by Kaash Dev Seetohul.
