A playable Jeopardy board.
-
Start up the simple http server using node.js
$ npm start -
Go to
localhost:9000
Final Jeopardy is available at final.html
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


