Search for any public username to see a profile overview, language breakdown, repository explorer, and quick highlights.
- Smart user search with quick suggestions
- Profile overview with followers, following, repo counts, total stars, and forks
- Repository explorer with sort (stars, updated, created) and language filters
- Language snapshot visualised with a responsive pie chart
- Quick facts for the most starred, oldest, and most recently active repositories
- React 18 + TypeScript powered by Vite
- React Router v6 for routing
- TanStack Query for data fetching and caching
- Recharts for language visualisation
- Date-fns for friendly date formatting
- Install dependencies
npm install
- Start the dev server
npm run dev
- Build for production
npm run build
- Preview the production build locally
npm run preview
GitHub API limits: Unauthenticated requests are limited to 60 per hour. Heavy usage or users with thousands of repositories may require providing a personal access token and extending the API layer.