A classic Memory game built using React, where players need to match pairs of numbers hidden in a grid.
- Interactive and fun memory game.
- Grid of numbers to match.
- Winning alert when all pairs are matched.
- Easy-to-understand React codebase.
To run this project locally, follow these steps:
git clone https://github.com/yashshrivastava10/memoryGame.git
cd memoryGame
npm install
npm start
To play the Memory Game:
- Click on a grid cell to reveal the number.
- Click on another grid cell to find its matching pair.
- If the numbers match, they remain visible; otherwise, they are hidden again.
- Repeat the process until all pairs are matched.
- You win the game when all pairs are found!
If you have any questions, suggestions, or would like to report a bug, please feel free to contact the project maintainer:
- Name: Yash Shrivastava
- Email: [email protected]
- GitHub: GitPal
- LinkedIn: linkedin.com/in/yash-shrivastava-7980911bb/
Thank you for using React Memory Game!