Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 761 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 761 Bytes

Memory-Game

image

A memory card game created with React.

What's the game ?

As the name suggests, it is a game to test players' memory. The emojis shuffle after every selection. The goal is to maximize your score by not selecting the same emoji again. The game shows the current and best score of a player.

👉 Play it here

Technologies Used

  • React
  • tailwind CSS
  • Jest
  • Testing Library

Quick Start 🚀

# clone repo
git clone https://github.com/sneharatnani/memory-game.git

# changing directory
cd memory-game

# installing dependencies
npm install

# starting server
npm start

# start testing with Jest
npm run test