thechangelog / quiz-game

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

Home Page:https://changelog.com/podcasts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://changelog.com/podcasts

License:MIT License


Languages

Language:TypeScript 80.5%Language:CSS 16.6%Language:JavaScript 1.7%Language:HTML 1.2%