https://breadcalculator.netlify.app/
Another bread calculator. Based on Method #2 detailed in Levain Calculation | The Fresh Loaf.
Takes inputs of:
- Flour and Water in levain feed
- Flour, Water, Levain, Salt in your dough mix.
Outputs a table of relevant percentages and totals in your baked loaf of bread
Progressive Web App, works offline, built with Vue.
npm install
npm run serve
npm run build
npm run test:unit
npm run lint