Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 1.13 KB

README.md

File metadata and controls

32 lines (19 loc) · 1.13 KB

Academy Tech Test

The Task

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.

Pre-requisites

  • A clone of this repo
  • A suitable development environment, such as VSCode

Getting started

  1. Open index.html in a browser
    • you should see a webpage with the basic UI elements on it.
  2. Clicking the search button will display a message in the developer console.

Instructions

  • You should update fetchUserDetails and updateUserSummary functions in index.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