Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 1.34 KB

README.md

File metadata and controls

28 lines (15 loc) · 1.34 KB

Jeopardy Party

This is a game developed using the jeopardy api. It is primarily for desktop vs mobile devices. Click 'New Game' at the bottom to begin. Enjoy!

Link to project: https://coderrob22.github.io/Jeopardy-API/

Screen Shot 2022-11-23 at 10 50 09 AM

How It's Made:

Tech used: HTML, CSS, JavaScript

The process really boiled down to making a table header and row in html and then looping through the columns with JS to make a nice 6x5 table. Then fetching data from "JService.io" for all the questions and inputting them into each box. I used CSS for the 'jeopardy blue' design. I called the questions to the screen using js' 'alert'.

Optimizations

(Mobile version)

If I have the time in the future I want to work on a mobile version for this app.

Lessons Learned:

Growing up I loved watching Jeopardy and during high school my teachers would use the jeopardy games where you insert the categories and write your own answers. Being able to build this has been monumental for me. The biggest lesson I learned doing this was that I LOVE API'S! .

Examples:

Take a look at these couple examples that I have in my own portfolio:

Atlanta Star Gazers: https://coderrob22.github.io/Star-Gazers/