Skip to content

chuck-sys/jeopardy

Repository files navigation

Jeopardy

Website

A web-based jeopardy clone. Built with Vue and Typescript. Created because I insisted that there aren't good pieces of open source software to help in editing and playing Jeopardy-style games. And also because the traditional solution of using MS PowerPoint is a hassle to set up.

Building

Make sure you have yarn (and node) installed.

yarn install
yarn build			# compiles & minifies for production

You will find the built code in dist/.

Contribution

Contributions are always welcome, whether it be in the form of feature requests, bug reports, or code!

If you are contributing code, the recommended workflow is as follows:

yarn serve			# starts up dev server (it lints on save)

# In another window:
$EDITOR src/App.vue		# start hacking
yarn test			# make sure tests pass

Commits should follow this guide.

About

A simple jeopardy editor/viewer, for when you want to create and play a jeopardy game with your friends, either in person or via screen share.

Topics

Resources

License

Stars

Watchers

Forks