A simple web app for exploring GitHub profiles without opening a bunch of different pages.
Just enter a GitHub username and get the main information about the account, repositories, languages and stats in one place.
- π Search for any GitHub user
- π€ Show profile information and avatar
- π Followers, following and repository statistics
- π Browse repositories
- π€ See the programming languages used in repositories
- π Filter and sort repositories
- π Keep recent searches
- π Dark / βοΈ Light mode
- β‘ GitHub API rate limit monitor
- β±οΈ Show when the rate limit resets
- π± Responsive layout for desktop and mobile
- π¨ Loading and error states
- HTML
- CSS
- JavaScript
- GitHub REST API
- LocalStorage
No frameworks. No build tools. Just plain HTML, CSS and JavaScript. βββ style.css # All styles βββ script.js # Application logic and GitHub API requests βββ README.md # Project documentation