A simple To-Do List application built with HTML, CSS, and JavaScript. This app allows users to add, update, and delete tasks.
- Add Tasks: Enter a task and click "ADD" to add it to the list.
- Update Tasks: Click the "Update" button next to a task to edit its text.
- Delete Tasks: Click the "Delete" button next to a task to remove it from the list.
- Mark Tasks as Completed: Click on a task to toggle its completion status with a strikethrough effect.
- HTML: Structure of the application.
- CSS: Styling for layout and design.
- JavaScript: Functionality for adding, updating, and deleting tasks.
- Clone the repository:
git clone https://github.com/yourusername/todo-list-app.git