A sleek, responsive React dashboard that taps into the GitHub REST API to fetch developer profile metrics, map program language trends dynamically, and recommend engineering paths based on activity.
Live Demo: https://github-project-analyzer.netlify.app/
- Repo Metrics Breakdown: Aggregates and displays total repositories, stargazers, and forks.
- Language Usage Visualization: Parses repository metrics to generate a dynamic pie chart using Recharts.
- Personalized Project Suggestions: Features an algorithmic engine that recommends specific project ideas matching the user's most used programming language.
- Modern Dark Mode UI: Styled from scratch with Tailwind CSS v4 and featuring crisp vector iconography via Lucide React.
- Frontend: React (Vite)
- Styling: Tailwind CSS v4
- Data Visualization: Recharts
- API Management: Axios
- Icons: Lucide React
- Clone the repository:
git clone [https://github.com/YOUR_USERNAME/github-analyzer.git](https://github.com/YOUR_USERNAME/github-analyzer.git) cd github-analyzer