Wholemeal is a fun and simple app to help you discover unique meal combinations, making it easier to decide what to eat and ensure you’re getting your daily veggies.
I built Wholemeal because I was having trouble coming up with things to eat. This project makes meal planning more enjoyable and helps you generate new ideas for balanced meals.
- Food Slot Spinner: Randomly generates meal combos consisting of a protein, carb, and veggie.
- Saved Combos Receipt: View all your saved meal combinations in a receipt-style list.
- Custom Food Items: Add your own proteins, carbs, and veggies to personalize your options.
- Easy Navigation: Use swipe gestures (on mobile) and keyboard shortcuts (on desktop) for quick navigation and actions.
- Copy & Share: Easily copy your meal combos or send them via email.
Try it out at wholemeal.griffithbaker.com
- Spin the food slot spinner to get a random meal combo.
- Save combos you like to your personal receipt.
- Add your own food items to expand your choices.
- Use gestures and shortcuts to navigate and manage your combos.
Clone the repo and install dependencies:
git clone https://github.com/griffithbaker/wholemeal.git
cd wholemeal
npm install
npm run build
Contributions are welcome!