#Memory hero
This project contains a simple card game whose purpose is to reveal all superhero cards. Cards are revealed when two of a kind are selected during the same turn. There is a move counter and also an option to restart with different cards.
Make sure to create an account over at Marvel and place your private key and the hash generated by md5('1' + privateKey + publicKey) in the ApiKeys.js
file.
This project was bootstrapped with Create React App so you can downlaod packages with npm install
and then run it with npm start
or just run the tests with 'npm test'.