Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 426 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 426 Bytes

Memory Game

This is a simple memory game where the player must find matching pairs.

Here's a working demo.

Preview

Running

npm install
npm start

Testing

Make sure the development server is on, and run:

npm run cypress:open

This project was bootstrapped with Create React App.