Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 months 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-01-08T14:04:06.000Z (12 months ago)
- Last Synced: 2024-10-10T03:34:23.889Z (2 months ago)
- Topics: baker-percentages, baking, calculator, sourdough
- Language: TypeScript
- Homepage: https://breadcalc.joynetiks.com/
- Size: 8.17 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Build and Deploy](https://github.com/pcboy/bread-baking-calculator/workflows/Build%20and%20Deploy/badge.svg)
# 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.