Skip to content

Show welcome screen when user has zero tasks #39

Description

@anoopcodehack

File: client/src/pages/Dashboard.jsx

New users see a completely empty board with no guidance.

Fix: In Dashboard.jsx check:
if (tasks.length === 0) return (

👋 Welcome! Click + Add card to create your f

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions