Coding Challenge: Github Profile

Learn how to display information about a GitHub user, getting the contents from an API.

We'll cover the following

Problem statement

The ubiquitous code-sharing platform GitHub has a public API. The goal of this exercise is to display some information about a GitHub user, identified by his login. The API documentation is available here. Use this API to show the profile picture, name, and website address of a GitHub user whose login is entered in a text box.

Expected output

After adding your code, the final output should look like this:

Get hands-on with 1200+ tech skills courses.