├── README.md ├── app.js ├── index.html └── styles.css /README.md: -------------------------------------------------------------------------------- 1 | # jeopardy-javascript 2 | A game of Jeopardy in javaScript 3 | -------------------------------------------------------------------------------- /app.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubowania/jeopardy-javascript/3b622d3ceec0628f60d8e8f4d2e90269d0aaec4d/app.js -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Jeopardy 6 | 7 | 8 | 9 |

LET'S PLAY JEOPARDY

10 |
11 | 12 |

SCORE:

13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /styles.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kubowania/jeopardy-javascript/3b622d3ceec0628f60d8e8f4d2e90269d0aaec4d/styles.css --------------------------------------------------------------------------------