Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 671 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 671 Bytes

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: