TodoFlow

{{ isLogin ? 'Welcome back' : 'Join the flow' }}

{{ authError }}

TodoFlow

Stay in the flow

{{ todos.length }} total
{{ completedCount }} done
{{ pendingCount }} pending

Your todos will appear here

Add your first task above ✨

{{ todo.text }} {{ todo.createdAt?.toDate ? timeAgo(todo.createdAt.toDate()) : '' }}