You need to complete a web application that allows users to retrieve information about a specific Github user. The application needs to present the following information:
- How many public repositories they have
- What company they work for
- Their email address
You can find full details of the API endpoint here.
- A clone of this repo
- A suitable development environment, such as VSCode
- Open
index.html
in a browser- you should see a webpage with the basic UI elements on it.
- Clicking the search button will display a message in the developer console.
-
You should update
fetchUserDetails
andupdateUserSummary
functions inindex.js
. -
You do not need to install any additional dependencies to complete this task.
-
You can make changes to the styling to improve the appearance of the user summary information, but this is not essential.
-
The specific formatting of the user summary on the page is up to you, as long as it contains the fields mentioned above