https://github.com/xop/your-honest-game
Pretend to play Jeopardy!-inspired game
https://github.com/xop/your-honest-game
game howler jservice nextjs react-redux redux-toolkit trivia
Last synced: 2 months ago
JSON representation
Pretend to play Jeopardy!-inspired game
- Host: GitHub
- URL: https://github.com/xop/your-honest-game
- Owner: XOP
- License: apache-2.0
- Created: 2021-10-17T09:38:27.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-18T20:05:31.000Z (over 2 years ago)
- Last Synced: 2025-01-07T01:50:22.980Z (4 months ago)
- Topics: game, howler, jservice, nextjs, react-redux, redux-toolkit, trivia
- Language: JavaScript
- Homepage: https://your-honest-game.vercel.app/
- Size: 883 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Your Honest Game

Pretend to play [Jeopardy!](https://en.wikipedia.org/wiki/Jeopardy!) on your own.
**NB:**
This is a mere prototype application including several experiments with different technologies.## Main tools and services
- [NextJS](https://nextjs.org/)
- [React-Redux](https://react-redux.js.org/)
- [Redux Toolkit](https://redux-toolkit.js.org/)
- [Choom](https://www.npmjs.com/package/choom)
- [jService](https://jservice.io/)## Notable mentions
- [react-feather](https://feathericons.com/)
- [howler](https://howlerjs.com/)
- [party.js](https://party.js.org/)
## Additional resources- [Free Sounds Library](https://www.freesoundslibrary.com/)
- [Google Fonts](https://fonts.google.com/)## Local development
```sh
yarn install
yarn dev
```### .env
```
# endpoint
NEXT_PUBLIC_YHG_CATEGORY_EP = "https://jservice.io/api/category"# your favorite categories
NEXT_PUBLIC_YHG_CATEGORY_IDS = "1 13 42 ..."# categories to show
NEXT_PUBLIC_YHG_CATEGORY_LIMIT = 6# question timer in seconds
NEXT_PUBLIC_YHG_CLUE_TIMER = 15
```### Testing
```sh
yarn test
```### Theming
See `assets/theme/theme.css` for tweaking theme variables.
## [LICENSE](LICENSE)