Front-end of a simple application that makes a REST request to the GitHub API, stores the request data in the browser's LocalStorage, avoiding making a new request. In addition to listing the repositories, it also shows the issues made in that repository.
Understand how to obtain information from a REST API, using that of GitHub as an example.
You'll need Node.js installed on your computer to test this website.
$ git clone https://github.com/benmacario/api-github-repository.git
#
$ cd api-github-repository
# Installing dependencies
$ yarn install
# Starting project in dev mode
$ yarn start
This project is under the MIT license. See the LICENSE file for more details.