Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 935 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 935 Bytes

Quiz Game

This repository contains implementation of the quiz game as seen on JS Party and Go Time.

quiz-game

History

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.

Getting started

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