React Memory Game
The game consists of 16 cards (8 pairs) that the player needs to match by clicking on them. The game includes a click counter, a restart button, and a results screen at the end of the game. The player's best score (based on the number of clicks) is persisted and updated if a new game achieves a better score.
Running the project
Clone [a fork of] this repository
git clone git@git.internetbrands.com:mpeter/react-memory-game.git
cd react-memory-game
Install dependencies
pnpm install
Start the local server
pnpm dev
Open the app
Visit http://localhost:5173
in your browser