Skip to content

Cyrus2401/todo-list-localstorage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo List — LocalStorage

A lightweight web-based task management app that saves your tasks directly in the browser using LocalStorage — no server, no database, no installation required.


Description

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.


Features

  • 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

Technologies utilisées

HTML5 CSS3 JavaScript Bootstrap


Utilisation

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-localstorage

Then open index.html directly in your browser:


Lien du projet

🌐 https://todo-list-localstorage-omega.vercel.app/


Licence

This project is licensed under the MIT License.

About

A lightweight web-based task management app that saves your tasks directly in the browser using LocalStorage — no server is required.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors