A lightweight web-based task management app that saves your tasks directly in the browser using LocalStorage — no server, no database, no installation required.
Todo List LocalStorage is a simple yet functional productivity tool built with vanilla HTML, CSS, and JavaScript. It allows users to add, view, and delete tasks — all saved persistently in the browser's local storage, so your tasks survive page refreshes and browser restarts.
- Add new tasks via a modal form
- Delete individual tasks with a single click
- Delete all tasks at once with a confirmation prompt
- Persistent storage using the browser's LocalStorage (tasks survive page reloads)
- Task counter displaying the current number of tasks
- Empty state illustration when no tasks are present
- Fully responsive design (mobile, tablet, desktop)
- No server, no database, no build step required
No installation or build step required. Simply clone the repository and open index.html in your browser.
git clone https://github.com/Cyrus2401/todo-list-localstorage.git
cd todo-list-localstorageThen open index.html directly in your browser:
🌐 https://todo-list-localstorage-omega.vercel.app/
This project is licensed under the MIT License.