GitPeek is a modern, responsive web application for quickly visualizing GitHub user profiles and repositories. Enter any GitHub username to instantly view their profile details, key statistics, and latest repositories in a beautiful, user-friendly interface.
- Instant GitHub User Search: Enter a username to fetch and display their public profile and repositories.
- Profile Overview: See avatar, name, username, bio, location, website, and join date.
- Key Statistics: Followers, following, and public repository counts, elegantly displayed.
- Repository Cards: View the user's latest repositories with language, stars, forks, and last updated info.
- Responsive Design: Looks great on desktop and mobile devices.
- Modern UI: Clean, accessible, and visually appealing interface with smooth transitions and hover effects.
- No Backend Required: 100% client-side, using the public GitHub API.
To use the application, simply visit the deployed site: https://git-peek-monicacoding.vercel.app/
- Enter a GitHub username in the search bar and press Enter or click the search icon.
- The profile and repositories will load instantly.
- Click on repository names to view them on GitHub.
- Click "View Profile" to open the user's GitHub profile.
- Styling: All styles are in
style.css
. You can easily adjust colors, fonts, or layout. - Functionality: The main logic is in
script.js
. You can extend or modify the data displayed as needed. - Icons: Uses Font Awesome for UI icons.
GitPeek is open source and MIT licensed. Contributions and suggestions are welcome!