An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# react-redux-memory-game
![Build, test and deploy](https://github.com/larsbergqvist/react-redux-memory-game/actions/workflows/cd.yml/badge.svg)

```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

![Alt text](screenshot.png?raw=true "A simple memory game in React")

The infrastructure for this project was created with create-react-app

The photos in the thumbnail cards (C) Lars Bergqvist