This is a memory game built with React, where players can test their memory skills by matching pairs of emoji cards. The game offers three levels of difficulty: easy, medium, and hard. The easy level contains 6 cards, the medium level contains 9 cards, and the hard level contains 12 cards in total.
- If you click on the same emoji card more than once, you lose the game.
Check out the live demo here.
To clone the project, run the following command:
git clone https://github.com/RijoKsd/Memory-GameThen, navigate to the memory-game folder:
cd memory-gameInstall npm packages:
npm installRun the application using:
npm run devEnjoy playing the Memory Game!