Skip to content

A Single-Page JEOPARDY! game. Frontend: JavaScript. Backend: Ruby on Rails API/PostgreSQL database.

Notifications You must be signed in to change notification settings

szerambo/js-jeopardy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 

Repository files navigation

JavaScript JEOPARDY!

JavaScript JEOPARDY! is a single-page web app in which you can, you guessed it, play a round of JEOPARDY!

Usage

Installation And Startup

  • Fork and clone this repo.
  • Navigate to 'js-jeopardy-backend' in your terminal and run 'rails s' to engage the API.
  • In a separate tab in your terminal, navigate to 'js-jeopardy-frontend' and run 'open index.html' to open the JavaScript JEOPARDY! page in your browser.
  • Simply click "CLICK HERE TO PLAY" to start the game.

Playing The Game

  • You will be presented with six categories and five clues for each category. Each clue will be listed by it's "dollar value."
  • Click on a clue to reveal it's question and a form to submit your answer.
  • If you have answered correctly, the clue's dollar value will be add to your score. If you have answered incorrectly, the dollar value will be taken away from your score.

Development

This app was built using a Rails API for the database and HTML/CSS/JavaScript on the frontend.

About

A Single-Page JEOPARDY! game. Frontend: JavaScript. Backend: Ruby on Rails API/PostgreSQL database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 78.8%
  • JavaScript 14.6%
  • CSS 4.7%
  • HTML 1.9%