For this challenge, I made axios requests to the json file provided to get the data to generate the React components. This has been deployed to Heroku at the link here using Travis for continual integration.
To run this locally:
- npm install
- Requires at least Node version 7.0
- npm run start-dev
To run tests:
- npm test
Thank you for your consideration.