This is a basic to-do list web application created using HTML, CSS, and JavaScript. It allows users to add tasks, mark them as completed, and remove them from the list.
- Add new tasks to the to-do list.
- Mark tasks as completed.
- Remove tasks from the list.
To use the to-do list, simply open the index.html
file in a web browser. You can add new tasks by typing in the input field and clicking the "Add" button. Tasks can be marked as completed or removed using the respective buttons.
-
Clone the repository:
git clone https://github.com/musman2002/TheLastToDoList
-
Open the
index.html
file in a web browser. -
Start adding, completing, and removing tasks!
If you'd like to contribute to this project, feel free to fork the repository and submit a pull request. Contributions, issues, and feature requests are welcome!
This project is licensed under the MIT License.