Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/denvaar/jeopardy-game
Create and play your own Jeopardy game board.
https://github.com/denvaar/jeopardy-game
Last synced: about 4 hours ago
JSON representation
Create and play your own Jeopardy game board.
- Host: GitHub
- URL: https://github.com/denvaar/jeopardy-game
- Owner: denvaar
- Created: 2016-11-27T05:49:51.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-03T05:39:22.000Z (over 6 years ago)
- Last Synced: 2024-08-05T08:10:03.735Z (3 months ago)
- Language: JavaScript
- Size: 44.8 MB
- Stars: 33
- Watchers: 4
- Forks: 18
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jeopardy-game
Create and play your own game of Jeopardy. I threw this together to play with my family over Christmas time. Used React, React-router, Redux, and Electron.# Installation
There's an app in the `dist` directory.
To run the app for development, comment out the necessary things and run:```npm install```
```npm run-script watch```
```npm start```
To package the app for OSX:
```npm run-script build```
```electron-packager ./jeopardy Jeopardy --version 1.2.4 --platform=darwin --out=[insert output path here] --arch=all --ignore="(node_modules)"```
# Testing
First unzip the zip file in dist/ and then run
```npm test```
## Screen shots