- Loads cards from https://deckofcardsapi.com
- Allow a card to be drawn by the user when the "Draw Card" button is clicked
- Checks the new card against the previously drawn card and tracks suit matches and value matches
- Displays the totals
To run the app please just clone this repo, run yarn to install the dependencies and then yarn start to load the app at localhost:3000
To run the test suite please run "yarn test" on the command line
The app is also deployed on Netlify - current status:
Check it out here: https://react-snap-game.netlify.app/