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
First, clone this project in the desired directory, using:
$ git clone https://github.com/nathanfmachado/GithubExplorer.gitIn the project directory, you can run:
$ yarn installAll project dependencies have been installed.
In the project directory, you can run:
$ yarn startOpen http://localhost:3000 to view it in the browser.
