(Translated by https://www.hiragana.jp/)
GitHub - thechangelog/quiz-game: Changelog's don’t-call-it-jeopardy game show where 3 contestants put their dev knowledge to the test
Skip to content

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

License

Notifications You must be signed in to change notification settings

thechangelog/quiz-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks