LarsBergqvist / react-redux-memory-game

A simple single-player memory card game programmed in JavaScript and React with Redux as state container

Home Page:https://larsbergqvist.wordpress.com/2018/01/06/a-memory-game-with-react/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-redux-memory-game

Build, test and deploy

    git clone https://github.com/LarsBergqvist/react-redux-memory-game
    cd react-redux-memory-game
    yarn install
    yarn start

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

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

The photos in the thumbnail cards (C) Lars Bergqvist

About

A simple single-player memory card game programmed in JavaScript and React with Redux as state container

https://larsbergqvist.wordpress.com/2018/01/06/a-memory-game-with-react/


Languages

Language:JavaScript 86.8%Language:CSS 10.5%Language:HTML 1.7%Language:TypeScript 0.9%