Creating an App Using Github API

Implement what you have learned about APIs.

Introduction

We’ll use the public GitHub API in this project. Without going into too much detail about the UI elements in this lesson, we’ll focus on fetching the data from the API and displaying it on the page.

API endpoint

Endpoints are URLs we use to access our API. The endpoint we’ll be using is: https://api.github.com/users/{username}

Get hands-on with 1200+ tech skills courses.