A simple web app to search and view GitHub user profiles using the GitHub REST API.
- ๐ Search any GitHub user by username
- ๐ค Displays user info (name, avatar, bio, etc.)
- ๐ Shows followers, following, and repository count
- ๐ฆ Lists latest repositories with stars, forks, language, and last updated date
- โ Error handling for invalid usernames
- HTML5
- CSS3
- JavaScript (ES6)
- GitHub REST API
https://api.github.com/users/{username}
git clone https://github.com/Jgauri24/github-user-finder.git
cd github-user-finder
open index.html