📋 Gestor de Tarefas

Total {{ stats.total }}
A Fazer {{ stats.todo }}
Em Progresso {{ stats.doing }}
Concluído {{ stats.done }}
Progresso
{{ stats.percentComplete }}%

Quadro Kanban

📝 A Fazer

{{ getTasksByStatus('todo').length }}
{{ task.priority }} {{ task.category }}

{{ task.title }}

{{ task.description }}

📅 {{ formatDate(task.dueDate) }}

Nenhuma tarefa

⚙️ Em Progresso

{{ getTasksByStatus('doing').length }}
{{ task.priority }} {{ task.category }}

{{ task.title }}

{{ task.description }}

📅 {{ formatDate(task.dueDate) }}

Nenhuma tarefa

✅ Concluído

{{ getTasksByStatus('done').length }}
{{ task.priority }} {{ task.category }}

{{ task.title }}

{{ task.description }}

📅 {{ formatDate(task.dueDate) }}

Nenhuma tarefa