/quiz-game

Changelog's don’t-call-it-jeopardy game show where 3 contestants put their dev knowledge to the test

Primary LanguageTypeScriptMIT LicenseMIT

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