To clone and run this application, you will need Git and React installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/feMoraes0/github-web.git
# Go into the repository
$ cd github-web
# Install dependencies
$ npm install
# Run the app
$ npm start