Skip to content

πŸ“Š Add GitHub-style heatmap showing tasks completed per dayΒ #41

Description

@anoopcodehack

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 πŸ”₯

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions