GitHub Contributions Dashboard is a web application that provides insights into individual code contributions within an organization. It displays a table with details of line changes, file changes, and PRs for each member, along with pie charts showing the distribution of PRs created and reviewed.
- Frontend: React, Material UI, Recharts
- Backend: Flask (Python)
- APIs: GitHub REST API, GitHub GraphQL API
This project is deployed and accessible at:
- Frontend: github-dashboard-on1w.vercel.app
- Backend: github-dashboard-backend.onrender.com
Both the frontend and backend are live and connected. Refreshing might take time as they are on free plans.