Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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!

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.