Skip to content

XOP/trivia-react

Repository files navigation

Trivia Game

React / Redux based Trivia game

Other technologies used:

  • Bulma as CSS framework (no custom CSS used)
  • Scaffolding, build process etc. is handled by Slingshot

Screenshot: screenshot

Remarks:

For simplicity application consumes js objects 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: