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 ( <div className="text-center mt-20 text-gray-500"> 👋 Welcome! Click + Add card to create your f
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 (