Skip to content

Front-end of a simple application that makes a REST request to the GitHub API.

License

Notifications You must be signed in to change notification settings

benmacario/api-github-repository

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GITHUB REPOSITORIES

Built With

About

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.

Objective

Understand how to obtain information from a REST API, using that of GitHub as an example.

How to test?

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

LICENSE

This project is under the MIT license. See the LICENSE file for more details.


About

Front-end of a simple application that makes a REST request to the GitHub API.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published