DEV Community

Cover image for Dev Daily Dashboard
Ralph Rosael
Ralph Rosael

Posted on

Dev Daily Dashboard

Dev Daily Dashboard — A Simple Developer Productivity Dashboard

I built a small project called Dev Daily Dashboard to track my daily coding activity in one place.

🔗 Live: https://devdaily-dashboard.vercel.app/
💻 GitHub: https://github.com/coder-ralph/devdaily-dashboard

What it shows

  • GitHub Activity (commits, contributions)
  • WakaTime coding stats
  • Pomodoro timer
  • LeetCode progress (mock data)
  • Tasks and notes
  • Productivity XP system

Everything runs in the browser and data is stored locally.

Tech stack

  • React + Vite
  • TailwindCSS
  • GitHub REST & GraphQL APIs
  • WakaTime API
  • Vercel serverless functions

I mainly built this as a personal developer dashboard to quickly see my progress and stay consistent with coding.

If you're interested, check out the project or feel free to give feedback!

Screenshot

Screenshot 1

Screenshot 2

Screenshot 3

Screenshot 4

Top comments (0)