A simple React project to explore repositories in the Github.
One of my first React projects using Typescript. And it was probably in this project that I started to like Typescript, it was developed together with Rocketseat Bootcamp.
# Clone this repository
$ git clone https://github.com/hrammos/github-explorer.git
# Go into the repository
$ cd github-explorer
# Install dependencies
$ yarn install
# Run web application
$ yarn start