this is a class project of building the jeopardy game from scratch
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.
Start localhost
From the src folder, run node server.js
Then in the browser go to http://localhost:8001/app to view the gameboard
The documentation outlining goals for the project can be found in the design_docs folder.
run npm install if you didn't install the packages the run with node server.js in src folder