A sleek and responsive web app that lets you search for any GitHub user and instantly view their profile and latest repositories.
Built with HTML, CSS, and JavaScript, and powered by the GitHub REST API.
- π Search for any GitHub username
- π€ View user profile info (bio, location, company, join date)
- π See stats: followers, following, public repos
- π¦ Display up to 6 latest repositories
- π Links to GitHub, website, and Twitter (if available)
- β Error message for invalid usernames
- π¨ Fully responsive UI with a dark theme
| Technology | Description |
|---|---|
| Markup for layout and structure | |
| Styling with Flexbox and responsive design | |
| API integration, logic, DOM manipulation | |
| REST API to fetch user and repo data |
| Tool | Purpose |
|---|---|
| Code editor | |
| Version control | |
| Repo hosting & project showcase | |
| Icon library |
github-user-finder/
βββ index.html βββ# HTML structure
βββ style.css ββββ# Styling and responsiveness
βββ script.js ββββ# API calls & DOM updates
βββ README.md βββ# Project documentation
This web app is fully responsive and optimized for:
- β Desktop
- β Tablet
- β Mobile
This project is licensed under the MIT License.
You're free to use, modify, and distribute it with credit.
- GitHub REST API β https://docs.github.com/en/rest
- Icons by Font Awesome
- Design inspired by clean profile viewers
βοΈ If you found this project useful, consider starring the repo! """