{{ activeProject ? activeProject.name : 'Task Manager' }}
Select or create a workspace
Open the sidebar to manage your projects.
{{ activeProject.name }}
Manage and track tasks for this workspace
Loading tasks...
To Do {{ todoTasks.length }}
{{ task.title }}
{{ task.description }}
{{ task.priority }}
In Progress {{ inProgressTasks.length }}
{{ task.title }}
{{ task.description }}
Completed {{ doneTasks.length }}
{{ task.title }}
{{ task.description }}