This application was developed due to participation in the Shaw and Partners job process.
I've decided to share the code for references :)
Clone the repository:
git clone https://github.com/rodrigolabs/github-finderInstall the dependencies:
yarn install
or
npm installRun locally:
yarn startTo have a proper configuration, a .env file should be created with the needed values:
REACT_APP_API_URL=http://localhost:8081
There's already a .env.example file that can be used as an example.