https://github.com/martiinwalsh/react-memory-game
Progressive Web App.
https://github.com/martiinwalsh/react-memory-game
Last synced: 3 months ago
JSON representation
Progressive Web App.
- Host: GitHub
- URL: https://github.com/martiinwalsh/react-memory-game
- Owner: MartiinWalsh
- Created: 2023-02-13T19:52:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-14T21:39:20.000Z (over 2 years ago)
- Last Synced: 2025-07-03T03:06:18.891Z (3 months ago)
- Language: JavaScript
- Size: 1 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Memory Game PWA
This is a memory game built with React. It is a PWA, so it can be installed on your device.
## How to play
The game is simple. You have to find all the pairs of cards. You can only flip two cards at a time. If the cards match, they will stay flipped. If they don't, they will flip back. The game is over when all the cards are flipped.

### Demo
Try me [here](https://react-course-46df0.web.app)!