Each round adds one random item to the end of the sequence. When the sequence is finished the player has to click on the items in the order shown to pass to the next round. See here
Developed with React, Redux, redux-thunk, axios, styled components
-Add tests for asynchronous logic (AJAX requests)
-Add UI tests with something like enzyme
- Install the dependencies by running
yarn install
- Launch dev server by running
yarn start
- Run tests with
yarn test