Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 654 Bytes

File metadata and controls

5 lines (3 loc) · 654 Bytes

This project was created on a lovely February afternoon as a review activity for the web development class I was teaching. It presents a basic Jeopardy game, with questions hardcoded in App.js. The game allows displaying a question, clicking to display the answer, and then marking that question as answered and displaying it on the main screen.

The feature I most want to implement on this project is keeping track of scores, or at the very least displaying the points a question was worth on its answer page, to make scorekeeping easier.

This project was bootstrapped with Create React App.