https://github.com/jack-carling/chocolatier
A calculator to help in chocolate making
https://github.com/jack-carling/chocolatier
calculator culinary svelte
Last synced: about 1 year ago
JSON representation
A calculator to help in chocolate making
- Host: GitHub
- URL: https://github.com/jack-carling/chocolatier
- Owner: jack-carling
- Created: 2021-09-02T15:15:05.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-20T16:41:45.000Z (over 4 years ago)
- Last Synced: 2025-01-23T17:15:47.643Z (over 1 year ago)
- Topics: calculator, culinary, svelte
- Language: Svelte
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chocolatier
This project is inspired by Chocolate Academy's lead chef Russ Thayer's paper on ganache balancing.
Ganache is a complex mixture of solids and liquids, being both a suspension and an emulsion at the same time. A good balance of ingredients will ensure that we have the strongest emulsions and the correct quantities of liquids and solids, resulting in success across a wide range of criteria, such as taste, texture, and sweetness.
If we look beyond just the weight of each ingredient, and instead examine each ingredient as a percentage, and how the percentage of each ingredient is related to the other ingredients, and to the total recipe, we can start to customize our recipes based on flavor, texture, sweetness, and shelf life.
Each ingredient in our ganache directly interacts with the others, and understanding how they do so, by looking at the relationship between their ratios, well....
That’s Balancing!
## About
This is a calculator to balance ganache (chocolate making). Changing values, adding and removing ingredients will trigger calculations and render the graph.
## Screenshot

## Installation
```bash
# Install dependencies
npm install
# Run development server
npm run dev
```