Flip a card and find the matching pair.
Game was built using Vite + React, Vanilla JavaScript and CSS.
Shout out to Dawid Paszko for his tutoral video on Youtube!
- lodash: used to shuffle the cards randomly
- react-confetti: celebration confetti for winners
- semantic-ui-react: used for buttons and modal
git clone git@github.com:EzequielCaste/Memory-game.git
cd memory-game
npm install
npm run dev