Loading Todo App...

{{ authMode === 'login' ? 'Welcome Back' : authMode === 'register' ? 'Create Account' : 'Reset Password' }}

{{ authError }}
  • {{ todo.text }} ({{ todo.category }})
  • {{ todo.text }}

    {{ formatDate(todo.dueDate) }}

    Category: {{ todo.category }}

    Completed
    {{ todo.priority.toUpperCase() }} PRIORITY

    Add New Todo

    Add Category

    Edit Todo

    Subtasks