https://github.com/larsbergqvist/react-redux-memory-game
A simple single-player memory card game programmed in JavaScript and React with Redux as state container
https://github.com/larsbergqvist/react-redux-memory-game
es6 javascript memory-game react redux web-game
Last synced: about 1 year ago
JSON representation
A simple single-player memory card game programmed in JavaScript and React with Redux as state container
- Host: GitHub
- URL: https://github.com/larsbergqvist/react-redux-memory-game
- Owner: LarsBergqvist
- Created: 2017-12-28T17:44:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-01-29T13:05:27.000Z (over 1 year ago)
- Last Synced: 2025-01-29T14:22:50.668Z (over 1 year ago)
- Topics: es6, javascript, memory-game, react, redux, web-game
- Language: JavaScript
- Homepage: https://larsbergqvist.wordpress.com/2018/01/06/a-memory-game-with-react/
- Size: 5.59 MB
- Stars: 8
- Watchers: 1
- Forks: 6
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-redux-memory-game

```javascript
git clone https://github.com/LarsBergqvist/react-redux-memory-game
cd react-redux-memory-game
yarn install
yarn run dev
```
Try it out live here: https://larsbergqvist.github.io/react-redux-memory-game/
This is a rewrite of https://github.com/LarsBergqvist/react-memory-simple that uses Redux as a state container for the application instead of using the states within the React components
Browse to http://localhost:3000/react-redux-memory-game
Click the cards to flip to images

The infrastructure for this project was created with create-react-app
The photos in the thumbnail cards (C) Lars Bergqvist