Skip to content

XOP/your-honest-game

Repository files navigation

Your Honest Game

Your Honest Game

Pretend to play Jeopardy! on your own.

NB:
This is a mere prototype application including several experiments with different technologies.

Main tools and services

Notable mentions

Additional resources

Local development

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

yarn test

Theming

See assets/theme/theme.css for tweaking theme variables.