Skip to content

SayantanD99/To-Do-List-WebApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To-Do-List-WebApp

A simple and intuitive To-Do List application that allows you to manage your tasks efficiently. Add, mark as completed, and remove tasks with ease, and your data will be saved locally in your browser.

Features

  • Add tasks to your list by entering them in the input box and clicking the "Add" button.
  • Mark tasks as completed by clicking on them.
  • Remove tasks from the list by clicking the "X" icon next to each task.
  • Your task list data is automatically saved in your browser's local storage.

Technologies Used

  • HTML
  • CSS
  • JavaScript