A search app that uses GitHub API to retrieve user information The hosted link of project on heroku https://gitprofileviewer.herokuapp.com/
In this project you create a search app that uses GitHub API to retrieve user information when a valid username is input.It should display avatar, username, followers count, repository count.
- 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 should get an alert if the username is not valid