A simple Todo List application built using HTML, CSS, and JavaScript.
This Todo List app allows users to:
- Add new tasks to their todo list
- Mark tasks as completed
- Delete tasks from the todo list
- Add Task: Enter a task in the input field and click the "Add" button to add it to the list.
- Mark Task as Completed: Click on the checkbox next to a task to mark it as completed. The completed tasks will be visually distinguished.
- Delete Task: Click on the trash icon next to a task to delete it from the list.
- Responsive Design: The app is responsive and adapts to different screen sizes.
- Clone the repository:
git clone https://github.com/username/todo-list-app.git
HTML CSS JavaScript Screenshots
Credits This project is based on [todo-list-app] by [Ankit yadav].
License This project is licensed under the [Theminacious] License - see the LICENSE.md file for details.