Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
screen shot 2016-12-17 at 3 46 48 pm
screen shot 2016-12-17 at 3 53 04 pm
screen shot 2016-12-17 at 4 00 53 pm