All Projects → mauricius → redux-memory-game

mauricius / redux-memory-game

Licence: MIT license
Redux implementation of a Memory Game

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].