File: client/src/pages/Dashboard.jsx
GitHub has that cool green heatmap showing activity.
DevBoard should have one too β showing how many
tasks you moved to Done each day!
Fix:
- tasks have createdAt from MongoDB β
- Group done tasks by date
- Render a 7Γ12 grid with opacity based on count
- Hover shows "3 tasks completed on June 3"
No package needed β pure CSS grid + JS!
This will make people SCREENSHOT and share the app π₯
File: client/src/pages/Dashboard.jsx
GitHub has that cool green heatmap showing activity.
DevBoard should have one too β showing how many
tasks you moved to Done each day!
Fix:
No package needed β pure CSS grid + JS!
This will make people SCREENSHOT and share the app π₯