A sleek web app built with React, TypeScript, and Shadcn UI, designed to display a GitHub user's profile, repositories, and commit activity using the GitHub GraphQL API.
- Fetches and displays GitHub user info
- Lists public repositories with details
- Visualizes commit activity using GraphQL API
Follow these steps to run the project locally:
-
Clone the repository
git clone https://github.com/prakhar5100/github-metrics.git cd github-metrics -
Install dependencies
npm install --legacy-peer-deps
-
Start the development server
npm run dev
-
Visit the app
Open your browser and go to: http://localhost:5173
To deploy the app:
Feel free to contribute or raise issues if you find any bugs or have suggestions!