- 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>
- Initializes the project with uv.
- Adds the basic dependencies.
- Documents minimally the project in the README file.
- Creates the logic to calculate the ingredient proportions of the
bread.
- Initializes the FastAPI application with an endpoint to calculate the
proportions.
Co-Authored-by: iGor milhit <igor@milhit.ch>