Skip to content

Sashmit17/To-Do-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To-Do-list

A simple to-do list web application that allows users to add, delete, and mark tasks as completed. It also saves the tasks in the local storage so that tasks persist even after the page is refreshed.

Features

  • Add new tasks.
  • Mark tasks as completed.
  • Delete tasks.
  • Persistent storage of tasks using local storage.
  • Responsive design with a clean UI.

Demo Provide a live link to your GitHub Pages if you've deployed the project there, or you can add screenshots of the interface.

How to Use

  • Enter a task in the input field and press "Add" or hit "Enter" to add the task to the list.
  • Click on a task to mark it as completed (strikethrough).
  • Click on the "×" button next to a task to remove it from the list.
  • The app automatically saves tasks in the browser's local storage, so they persist even after refreshing the page.

Technologies Used

  • HTML
  • CSS
  • JavaScript

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published