This repository contains a simple To-Do List web application built using HTML, CSS, and JavaScript. Users can add, remove, check, and uncheck tasks to manage their to-do items efficiently.
- Add Task: Users can add new tasks to the list by entering text in the input field and pressing Enter or clicking the Add button.
- Remove Task: Each task item has a delete button. Clicking on this button removes the corresponding task from the list.
- Check and Uncheck Task: Users can mark tasks as completed or incomplete by clicking on the checkbox next to each task item.
To use this To-Do List application:
- Clone this repository to your local machine using
git clone
. - Open the
index.html
file in your web browser. - You'll see an input field where you can type your task. Press Enter or click the Add button to add the task to the list.
- To remove a task, click on the delete button (trash icon) next to the task.
- To mark a task as completed, click on the checkbox next to the task. Click again to mark it as incomplete.
Contributions are welcome! If you'd like to contribute to this project, feel free to fork this repository, make your changes, and submit a pull request. Make sure your code follows the established coding style and conventions.
- This project was inspired by various To-Do List tutorials and resources available online.
- Special thanks to the developers of the libraries and tools used in this project.