This project is a web app for viewing GitHub profiles, built with React and Vite.
-
Basic Profile Info
- Avatar (profile picture)
- Name
- Bio
-
Statistics
- Followers
- Following
- Public repository count
-
Repositories
- Latest public repositories
- Stars per repository
-
Activity / Status
- GitHub status (active/recently online)
- Number of commits
- Number of contributions (yearly contribution graph)
-
Gamification
- GitHub trophies
- Enter any GitHub username in the input field.
- View the user's profile info, latest repositories, and contributions.
- See their GitHub trophies and activity stats.
- Install dependencies:
npm install
- Start the development server:
npm run dev
- Open your browser to the local server URL (usually http://localhost:5173)
-
Search for any GitHub user by username
-
Clean, modern UI
-
See user profile details and repositories
-
Built with React functional components and hooks
- React
- Vite
- JavaScript (ES6+)