Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 570 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 570 Bytes

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