A sleek, modern GitHub Profile Analyzer built with React.js. Enter a GitHub username to fetch and visualize their profile data, top repositories, language usage, and recent activities with beautiful UI and charts.
- ๐ Real-time GitHub username search
- ๐ Dynamic statistics visualization (Top Repositories, Languages)
- ๐ Recent public activity timeline
- โจ Responsive & animated modern UI
- Frontend: React.js, CSS3, Chart.js, Icons8
- Backend (API): GitHub REST API v3
- Utilities: Axios, Zustand, Custom Hooks & Components
git clone https://github.com/your-username/github-profile-analyzer.git
cd github-profile-analyzer
npm install
npm start