bradybridges / jeopardy

View the live site!

Home Page:https://bradybridges.github.io/jeopardy/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Game Time - Jeopardy

View the live page here.

Developers

Table of contents

Objective

For this project we will solidify our understanding of object-oriented programming (OOP) principles by building out a game show. This is an opportunity to work with classes to build a program at a larger scale than with previous projects. This is also an opportunity for us to build out a program based on user stories - which is more aligned to what we can expect to see working with product managers in a production environment.

Tools Used

  • JavaScript
  • Jquery
  • HTML
  • CSS (SCSS/SASS)
  • herokuapp API
  • eslint
  • webpack

Requirements

You must have node and npm installed on your local machine. This is used to install all of the dependencies of the application. To install these packages, just intall node, which includes an installation of npm.

brew install node

Setup

  1. Clone down this repo.
  2. Then install the library dependencies. Run:
npm install
  1. To verify that it is setup correctly, run npm start in your terminal. Go to http://localhost:8080/ and you should see the page.

Screenshots

Splash Page Round1 Round3 Winner

About

View the live site!

https://bradybridges.github.io/jeopardy/


Languages

Language:JavaScript 79.9%Language:CSS 13.8%Language:HTML 6.3%