Skip to content

An simple, interactive Jeopardy board built in React.

Notifications You must be signed in to change notification settings

jesseoverright/jeopardy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jeopardy

A playable Jeopardy board.

Jeopardy Board

Jeopardy Question Jeopardy Answer

Playing a game

  1. Start up the simple http server using node.js

    $ npm start

  2. Go to localhost:9000

Final Jeopardy

Final Jeopardy is available at final.html

Creating your own questions

Create your own categories, questions and answers using /dist/blank.json as a template. Load your questions onto the Jeopardy board using the question query parameter.

ex. localhost:9000?questions=newQuestions for dist/newQuestions.json

About

An simple, interactive Jeopardy board built in React.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages