This is a search app that uses the GitHub API to get user information when a valid username is input. It displays the avatar, username, followers count, repository count, top 5 repositories based on forks and stars.
APIs allow you to use the real world data that drives platforms like GitHub. You can communicate with the remote servers and get data that you can use to build an app.
- User can enter a username
- User can click on search button to retrieve information
- User can see the avatar, username, followers and repository count of searched user
- User can see the top 5 repositories of searched user
- User should get an alert if the username is not valid
Click here for Demo ===> https://j3ffh95.github.io/github-finder/