https://github.com/xop/trivia-react
Trivia Game based on React/Redux
https://github.com/xop/trivia-react
bulma game react redux slingshot tutorial-code
Last synced: 2 months ago
JSON representation
Trivia Game based on React/Redux
- Host: GitHub
- URL: https://github.com/xop/trivia-react
- Owner: XOP
- License: mit
- Created: 2017-02-12T15:27:22.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-18T11:54:08.000Z (about 8 years ago)
- Last Synced: 2025-01-07T01:51:04.370Z (4 months ago)
- Topics: bulma, game, react, redux, slingshot, tutorial-code
- Language: JavaScript
- Homepage:
- Size: 41 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Trivia Game
React / Redux based Trivia 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/questionsReducer.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:
- [Memory React](https://github.com/XOP/memory-react)