Demo Application
Let's explore the use of the GitHub REST API with the help of a ReactJS application.
We'll cover the following...
We’ll use React, a JavaScript framework, to implement an application that uses the GitHub REST API. We’ve implemented some of the endpoints in this course to perform operations on repositories, projects, and search features.
Workflow
When we run the application, the first page we see is the home page. The home page has a main component using the API endpoints—the navigation bar.
The various options shown on the top-left side of the webpage are discussed below:
“Repositories” shows a drop-down menu which contains the list with the following options:
Create ...