Skip to content

A simple, responsive To-Do list web app built with vanilla JavaScript, HTML, and CSS. Features include adding, deleting, marking tasks as complete, clearing all tasks, and persistent storage with localStorage.

Notifications You must be signed in to change notification settings

sahilparekh04/To-Do-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

9 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“‹ Responsive To-Do App

A simple, responsive To-Do list web app built with vanilla JavaScript, HTML, and CSS.
Features include adding, deleting, marking tasks as complete, clearing all tasks, and persistent storage with localStorage.


πŸš€ Features

  • βœ… Add Task: Enter a task and press Enter to add automatically.
  • βœ… Mark Complete: Check the box to strike through completed tasks.
  • βœ… Delete Task: Click on the task text to delete it with a single click.
  • βœ… Clear All: Button to remove all tasks at once.
  • βœ… Persistent Storage: Tasks are saved in localStorage and persist after page reload.
  • βœ… Responsive Design: Works on mobile, tablet, and desktop.

πŸ–₯️ Demo


πŸ› οΈ Tech Stack

  • HTML
  • CSS
  • JavaScript (vanilla)
  • LocalStorage API

About

A simple, responsive To-Do list web app built with vanilla JavaScript, HTML, and CSS. Features include adding, deleting, marking tasks as complete, clearing all tasks, and persistent storage with localStorage.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published