shanedbutler / whats-for-dinner-poker

A web-based game inspired by video poker to assist with weekly meal plan creation.
GNU General Public License v3.0
2 stars 1 forks source link
meal-planner poker-game react

What's for Dinner Poker

What's for Dinner Poker is a web-based game that is played to create a five-meal meal plan. Users select a pre-made deck based on seasonal meal themes or their own user created deck. The two-round interactive game-play results in a final “hand” of five meal cards. Users have the ability to create, edit, and delete both decks and cards.

What's for Dinner Poker seeks to help meal planning by reducing decision fatigue while remaining interactive, and customizable through user-created decks.

Take it for a spin

This project was bootstrapped with Create React App.

This project uses Sass to compile custom Bulma styles. You will need sass-cli to compile css before starting the project. This project uses json-server in development.

In the project directory, you can run:

npm install

npx sass --no-source-map src/sass/mystyles.scss:src/css/mystyles.css

npx json-server -p 8088 api/database.json

npm start

This runs the app in the development mode. Open http://localhost:3000 to view it in your browser.