Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 745 Bytes

File metadata and controls

33 lines (20 loc) · 745 Bytes

Resume

A simple searcher interface for github API, using React.
In search field, any github repository can be found using the sintax: owner_name/repository_name

GitHubExplorer1

Cloning and Installing

First, clone this project in the desired directory, using:

$ git clone https://github.com/nathanfmachado/GithubExplorer.git

In the project directory, you can run:

$ yarn install

All project dependencies have been installed.

Running Aplication

In the project directory, you can run:

$ yarn start

Open http://localhost:3000 to view it in the browser.