Skip to content

LinqingZ/jeopardy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jeopardy

this is a class project of building the jeopardy game from scratch

1. Getting started

This project is maintained using Git version control system. To obtain a copy of files, or contribute to the project, use git commands. video demonstration

Once you have a copy, go into the src folder and install node dependencies to operate the server.

Because we are using GitHub to store this project, please note that you will need to fork a copy of this project to your account before you make pull requests. When you're ready to contribute your changes, create a pull request.

Starting localhost server

Start localhost

From the src folder, run node server.js

Then in the browser go to http://localhost:8001/app to view the gameboard

2. Project goals

The documentation outlining goals for the project can be found in the design_docs folder.

Debug

run npm install if you didn't install the packages the run with node server.js in src folder

About

class project of building a jeopardy game from scratch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 69.7%
  • CSS 17.4%
  • JavaScript 12.9%