This is the repo for RotoGrinders Pair Programming Exercise for the technical interview.
Make sure the you are able to load and start this app before the interview. If you have any problems or questions please reach out to nick.sarlo@rotogrinders.com
#Instructions
-Fork this repo
-Download the necessary modules using:
npm install
or
yarn
-Start the app to make sure everything works correctly
npm start
or
yarn start
The exercise will involve pair programming with your interviewer to build a simple React component. Feel free to dig around to get familiar with the code in the meantime.