A fun memory matching card game in anticipation of the Vikings 2018-19 season. The game is built using React and styled with CSS. The game allows users to match 12 pairs of shuffled cards and includes animations indicating a successful and unsuccessful match. The user is prompted with a modal upon successfully completing the game as well as a reset button to re-shuffle the deck and play again.
Play the game at https://vikings-memory-game.netlify.com/ or follow the directions below to run it locally on your machine.
- Open a terminal and clone the repository to your local machine: git clone https://github.com/KlimekM/vikings-memory-game.git
- Within the project directory in your terminal, install the dependencies by running npm install *if you do not have npm installed you can get started here: https://www.npmjs.com/get-npm
- Run the server by running the following command in your terminal npm start
- Running the server should open up a window with the app. Otherwise, navigate to: http://localhost:3000/
- Test your memory by matching the cards!