Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 658 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 658 Bytes

Install and run

Clone this repo into a local directory and change into that directory.

Install dependencies:

npm install

Run locally:

npm start

Architecture and testing

Moch data comes into comparisonScreen.js and mapped over using the <InfoCard/> component.

Each component has its own scss file, classNames are camel-case.

Built with React.js, scaffold with Yeoman using @robertoachar/react generator.

There is one test you can run, npm run test. the test will pass/fail based on if properties are being passed to the main component.

License

MIT