A minimal and beautiful JavaScript app that fetches and displays GitHub user data via the GitHub API. Just type a GitHub username and hit Enter
β you'll instantly see the user's avatar, bio, followers, and more!
π Try it Live
- Search for any GitHub user by username
- Displays:
- Avatar
- Username (with link to profile)
- Bio (or a fallback if empty)
- Followers / Following count
- Location
- Account creation date
- Clean UI with modern design
- Opens GitHub profile in a new tab
- HTML
- CSS
- JavaScript (ES6+)
- GitHub REST API
- Clone or download the repository.
- Open
index.html
in your browser. - Type a GitHub username (e.g.
octocat
) in the input field. - Press
Enter
to fetch the user data.
This project is open source and free to use.