This simple npm project is a matching game using the wonderful Deck of Cards API. When you press "New Game," the API creates a new deck of only the Hearts and Spades suits, while the game logic will pull, shuffle then pull again that deck from the API, creating a deck of 52 cards, 26 pairs.
This project is made with three ingredients:
React.js For the UI framework, using only hooks for state and my best attempt at functional programming :)
Styled-Components For component styling
Axios For API data fetching