A slick, minimal web app that fetches and displays detailed GitHub user profiles and repositories.
Built with plain JavaScript and styled using Tailwind CSS — no frameworks, just raw speed and clean UI.
- Fetches user profile data using the GitHub API
- Displays:
- Avatar, name, username, bio
- Location, company, personal website
- Repo count, followers/following
- Top 6 most recently updated repositories
- Shows:
- Stars, creation & update dates, language
- Fully responsive & dark-themed using Tailwind CSS
- HTML5
- Vanilla JavaScript
- Tailwind CSS
- GitHub REST API
This app uses unauthenticated GitHub API calls, which are limited to 60 requests/hour per IP address.
To bypass this in production, consider:
- Adding a backend to proxy requests
- Using GitHub OAuth with a personal access token
- Clone the repo:
git clone https://github.com/C0nfu5ing-5pring/Gihub-Profile-Loader.git cd Gihub-Profile-Loader
- Open index.html in your browser
- Enter a GitHub username and submit