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.
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)"
First unzip the zip file in dist/ and then run
npm test