This repository contains implementation of the quiz game as seen on JS Party and Go Time.
This game started out as a Dojo app, and was then ported to React + XState. Now, each implementation exists in this repository as a separate npm workspace, and future implementations may be added.
For more detailed information, see the READMEs for each implementation in their respective folders.
The dojo implementation exists at apps/dojo
and the React implementation exists at apps/react
.
To run either project, simply execute the following commands.
For React:
npm run dev -w quiz-game-react
For Dojo:
npm run dev -w quiz-game-dojo