Skip to content

mauricius/redux-memory-game

Repository files navigation

Redux Memory Game

Redux implementation of a memory game.

Redux

Redux is a predictable state container for JavaScript apps, written by Dan Abramov

It helps you write applications that behave consistently, run in different environments (client, server, and native), and are easy to test. On top of that, it provides a great developer experience, such as live code editing combined with a time traveling debugger.

Influences

The game is heavily inspired by the Redux examples and it's just a proof of concept on how Redux works.

Run the game

git clone https://github.com/mauricius/redux-memory-game .
npm install
npm start

Working Demo

demo

Thanks

License

MIT