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

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

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:
![screenshot](https://puu.sh/uVEMi/1b34c2cc4c.png)

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