If you'd like to play locally
- Download the repo by clicking on Code -> Download Zip
- Unzip the file and open the folder using your IDE of choice (i.e. VsCode)
- Run the following command
npm install
- Run the following command to start the game
npm start
Using react.js - functional components and hooks, create a memory game where players must avoid clicking on the same card twice.
Your game should include the following:
- Display the current score and the player's best score
- Randomize the cards each time
Getting a better feel for how to code inside of React.