Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 614 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 614 Bytes

Simon - sequence memory game (with pokemon)

The Game

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

TODO

-Add tests for asynchronous logic (AJAX requests)
-Add UI tests with something like enzyme

How to run the project

  • Install the dependencies by running yarn install
  • Launch dev server by running yarn start
  • Run tests with yarn test