A simple and interactive Todo List built with HTML, CSS, and JavaScript. You can add tasks, delete tasks, mark them as complete, and filter tasks based on their status.
- Add tasks: Enter a task and click the add button to include it in the list.
- Delete tasks: Remove tasks by clicking the trash icon.
- Mark tasks as complete: Click the check icon to mark tasks as done.
- Filter tasks: Use the filter dropdown to view all tasks, only completed tasks, or only incomplete tasks.