A simple web-based ToDo List application built with HTML, CSS, and JavaScript. This application allows users to add, remove, and mark tasks as completed.
- Add new tasks to the list.
- Mark tasks as completed.
- Remove tasks from the list.
- Responsive design for mobile and desktop devices.
You can try the application live here.
To run the application locally, follow these steps:
-
Clone the repository:
git clone <repository-url> cd todo-list index.html //in
- To add a new task, enter the task name in the console and press Enter.
- To mark a task as completed, enter the task number and press Enter.
- To remove a task from the list, enter the task number followed by 'd' and press Enter.