Skip to content

A webpage that can retrieve information about a specified GitHub user

Notifications You must be signed in to change notification settings

Juel07/get-user-info

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

General info

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.

Features:

  • 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.

To view

Link to project: https://juel07.github.io/get-user-info/

Demo

demo gif

Technologies

  • HTML
  • CSS
  • jQuery
  • API

About

A webpage that can retrieve information about a specified GitHub user

Resources

Stars

Watchers

Forks