Coding Challenge: Github Profile
Explore how to use the GitHub public API to create a web app that retrieves and displays profile details of users by their login names. Learn to handle API requests and update the UI dynamically using JavaScript.
We'll cover the following...
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 ...