Create a Github API search app in JavaScript

In this project we will create a web-app, which will search github username and give us details about the user. We are going to use the github api for it.
So, open your terminal and create a folder GithubProfiles. Inside the folder create three files index.html, main.js and styles.css. We are also opening the code in VS Code. As usual, you do these tasks manually.

You can read the rest of the post from my blog site. Link for the same is below.
This complete our project and you can find the github repo for the same here.