DevDash is a personalized productivity dashboard for developers. Track your GitHub stats, stay motivated with daily quotes, manage your Pomodoro sessions, and more — all in one beautifully themed interface.
- 🔐 GitHub OAuth login with Firebase Authentication
- 📊 GitHub profile and repository stats
- ⏱️ Pomodoro Timer with Firebase session tracking
- 📈 Daily/Weekly/All-time focus session analytics with charts
- 💬 Daily developer quote
- ⚙️ Theme switching (Light/Dark mode)
- 🎯 Fully responsive layout with Tailwind CSS
- Frontend: React, TypeScript, Tailwind CSS
- Authentication & Storage: Firebase Auth + Firestore
- Data Visualization: Recharts
- Deployment: Netlify
git clone https://github.com/your-username/devdash.git
cd devdash
npm install
npm run dev