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
- Host: GitHub
- URL: https://github.com/xop/memory-react
- Owner: XOP
- License: mit
- Created: 2017-03-20T11:36:50.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-02-09T12:14:13.000Z (almost 8 years ago)
- Last Synced: 2025-10-10T20:15:57.216Z (3 months ago)
- Language: JavaScript
- Homepage: http://react-memory.surge.sh/
- Size: 120 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:

## 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)