https://github.com/pcboy/bread-baking-calculator
A baker percentage calculator for sourdough bread!
https://github.com/pcboy/bread-baking-calculator
baker-percentages baking calculator sourdough
Last synced: about 1 year ago
JSON representation
A baker percentage calculator for sourdough bread!
- Host: GitHub
- URL: https://github.com/pcboy/bread-baking-calculator
- Owner: pcboy
- License: wtfpl
- Created: 2020-04-29T09:35:19.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-08T14:04:06.000Z (over 2 years ago)
- Last Synced: 2025-03-30T08:11:03.967Z (about 1 year ago)
- Topics: baker-percentages, baking, calculator, sourdough
- Language: TypeScript
- Homepage: https://breadcalc.joynetiks.com/
- Size: 8.17 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# bread-baking-calculator
Access the baker's percentage calculator at: https://breadcalc.joynetiks.com/
Everything underlined in the UI can be freely edited.
The state of the calculator is saved in the URL, so you can just bookmark the full URL of your recipes and the calculator will restore the state on load.

# Development
```
$> yarn install && yarn build && yarn start
```
Using parcel for building.