Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 625 Bytes

File metadata and controls

21 lines (13 loc) · 625 Bytes

To-Do List Application

This is a basic To-Do List application built using HTML, CSS, and JavaScript. The application allows users to add, manage, and delete tasks easily.

Features

  • Add new tasks
  • Mark tasks as completed
  • Delete tasks
  • Responsive design for mobile and desktop

Demo

You can check out the live version of this To-Do List app here.

Technologies Used

  • HTML: For structuring the application.
  • CSS: For styling the user interface.
  • JavaScript: For adding functionality to the to-do list, such as adding and removing tasks.