TODO Web, this is a simple web-based ToDo application built using HTML, CSS, and JavaScript. The application allows users to create, edit, and delete tasks as well as mark them as complete.
- Create new tasks by entering a task description and clicking on the "Add" button.
- Edit existing tasks by clicking on the task description and updating it in the input field.
- Delete tasks by clicking on the "X" button next to each task.
- Mark tasks as complete by clicking on the checkbox next to each task.
To install the ToDo application, simply clone the repository or download the ZIP file to your local machine.
git clone https://github.com/Shreya-official20/TODO.git
To use the ToDo application, simply enter a task description in the input field and click on the "Add" button to create a new task. To edit an existing task, click on the task description and update it in the input field. To delete a task, click on the "Delete" button next to each task. To mark a task as complete, click on the checkbox next to each task.
If you would like to contribute to the ToDo application, please fork the repository and make your changes. Once you have made your changes, submit a pull request and your changes will be reviewed.
The ToDo application is licensed under the MIT License. See the LICENSE file for more information.