Tools: React, JavaScript, Node, MongoDB, MUI, SASS
About the Game: The game starts with all the cards face down and players take turns turning over two cards. If the two cards have the same picture, then they keep the cards, otherwise, they turn the cards face down again. The winner is the person with the most cards when all the cards have been taken.
- Clone the gitHub repo in to your local machine
git@github.com:semuona/MemoryGame.git- Run the following command in the terminal to install the dependencies in the root file and in the client:
npm i- Run the following command to run the project
npm run dev- .env file with API keys can be provided upon personal request
