A simple and interactive To-Do List application built with HTML, CSS, and JavaScript.
- Add new tasks
- Edit existing tasks
- Delete tasks
- Set a date for each task
- Responsive design
Clone the repository:
git clone https://github.com/Anshgrover23/To-Do-List.git
Open index.html
in your browser to use the application.
- 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.
Feel free to submit issues or pull requests if you have any improvements or new features.