# TodoMVC

## What it does

A todo list app that helps users manage tasks by adding, filtering, and clearing them.

## Who it is for

Individuals and teams who need a simple, straightforward way to keep track of tasks.

## Features to show

1. **Add Item** — Type a task into the input field and press Enter to add it to the list.
2. **Complete Item** — Click the checkbox next to a task to mark it as complete, visually striking it off.
3. **Filter Active** — Click the 'Active' filter to display only incomplete tasks.
4. **Filter Completed** — Click the 'Completed' filter to show only completed tasks.
5. **Clear Completed** — Click the 'Clear completed' button to remove all completed tasks from the list.
