This is a simple Todo List application built using HTML, CSS, and JavaScript. It allows users to add, delete, and mark tasks as completed.
- Add new tasks
- Mark tasks as completed
- Delete tasks
- Filter tasks by All, Completed, and Uncompleted
To run this application locally, follow these steps:
-
Clone this repository to your local machine:
-
Open the
index.htmlfile in your web browser.
- To add a new task, type the task in the input field and press the "Add" button.
- To mark a task as completed, click the checkmark icon next to the task.
- To delete a task, click the trash icon next to the task.
- Use the filter dropdown menu to filter tasks by All, Completed, or Uncompleted.