Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 727 Bytes

File metadata and controls

31 lines (20 loc) · 727 Bytes

To-Do-List

A simple and interactive To-Do List application built with HTML, CSS, and JavaScript.

Features

  • Add new tasks
  • Edit existing tasks
  • Delete tasks
  • Set a date for each task
  • Responsive design

Installation

Clone the repository:

git clone https://github.com/Anshgrover23/To-Do-List.git

Open index.html in your browser to use the application.

Usage

  • Add a Task: Enter a task in the input field and click the "Add" button.
  • Edit a Task: Click the edit icon next to the task, make your changes, and save.
  • Delete a Task: Click the delete icon next to the task.

Contributing

Feel free to submit issues or pull requests if you have any improvements or new features.