Go to file
iGor milhit 6d98d4f5aa
web: create a minimal frontend interface
- Initializes and creates a React application.
- Creates the form which, when submitted, returns the quantities.
- Writes a minimal test.
- Allows CORS origins in the backend application.

Co-Authored-by: iGor milhit <igor@milhit.ch>
2025-12-30 13:31:09 +01:00
web web: create a minimal frontend interface 2025-12-30 13:31:09 +01:00
.gitignore project: initial commit 2025-12-29 21:21:37 +01:00
.python-version project: initial commit 2025-12-29 21:21:37 +01:00
README.md project: initial commit 2025-12-29 21:21:37 +01:00
calculator.py test: implement the first tests 2025-12-30 08:26:58 +01:00
main.py web: create a minimal frontend interface 2025-12-30 13:31:09 +01:00
pyproject.toml app: fix sourdough hydration default 2025-12-30 09:00:00 +01:00
test_main.py test: implement the first tests 2025-12-30 08:26:58 +01:00
uv.lock app: fix sourdough hydration default 2025-12-30 09:00:00 +01:00

README.md

title subtitle date id tags
Dough Calc A tiny utility to calculate the proportions of flour, water, sourdough and salt for your dough. 2025-12-29T09:10:27+0100 20251229091027
python
calculator
bread
dough
sourdough

Dough Calc

Dough Calc is a tiny utility to calculate the proportions of flour, water, sourdough and salt for your dough, depending on the main flour quantity, the main proportion of water you're aiming for, and the proportion of water of your sourdough.