This challenge was implemented in React 16.2, with testing in Jest and Enzyme. The app's architecture divides components into container and dependent presentational components, and the presentational components are purely functional.
- To install dependencies go to root and type
yarn
(preferred) ornpm install
; - To run type
yarn run start
(preferred) ornpm run start
in root directory and navigate browser to localhost:3000 - To run tests type
yarn run test
(preferred) ornpm run test
in root directory