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-finder
Install the dependencies:
yarn install
or
npm install
Run locally:
yarn start
To 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.