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

https://github.com/xop/memory-react

Memory game crafted with React/Redux
https://github.com/xop/memory-react

Last synced: 3 months ago
JSON representation

Memory game crafted with React/Redux

Awesome Lists containing this project

README

          

# Memory Game

React / Redux based Memory game

Other technologies used:
- [Bulma](http://bulma.io/) as CSS framework (no custom CSS used)
- Scaffolding, build process etc. is handled by [Slingshot](https://github.com/coryhouse/react-slingshot)

Screenshot:
![screenshot](https://puu.sh/vnbpL/301d7ba6fc.png)

## Remarks:

For simplicity application consumes [js objects](https://github.com/XOP/trivia-react/blob/master/src/reducers/initCardsReducer.js) as resources (texts, data).

In real project App should be a Component itself with everything provided as props, potentially with the config params.

See also:
- [Trivia React](https://github.com/XOP/trivia-react)