An app that allows you to search for a GitHub user using their username.
If the username matches, you will see a card that displays the user's information along with their 10 most recent repositories.
But if the username doesnt match or it doesnt exist you will get an error card saying that the user doesnt exist.
If you click on the repository name, it will lead you to the actual repository.
The site is live at https://therealrajan.github.io/GitHub-Profile-App/
TheRealRajan/GitHub-Profile-App
An app where you can search for GitHub users with their username and see their account information using the GitHub API.
CSSMIT