A webpage that can retrieve information about a specified GitHub user. You enter a username and using the GitHub API we pull out some information about the user's profile.
- When the user has typed in the username, they should be able to trigger the API call to GitHub by pressing ENTER key.
- The input field clears when ENTER is clicked, making it more userfriendly.
- Information requested includes user's username, ID number, location, avatar image and link to GitHub profile. HTML elements are created dynamically.
- Display error message if username is not found.
Link to project: https://juel07.github.io/get-user-info/
- HTML
- CSS
- jQuery
- API