A new way to save recipes and know their cost at the same time.
NOTE: This is a work in progress. The plan is to add:
- Authentication.
- Private and Public options of both ingredients and recipes.
- Improve the UI/UX.
Clone the app.
Use pnpm install
to install all dependencies.
Use vercel
command to create a new Vercel project.
Create a new vercel storage and link it to your newly created project.
Edit .env.EXAMPLE
by adding the vercel storage authentication keys. Then rename the file to .env
.
- Add ingredients and add their weight and price for that total weight.
- Add recipes and add their ingredients, total servings, and directions.
- On the recipe page, you will see the cost for each ingredient of that recipe along with the total cost.
- You can also change the total servings you can to make and it will automatically change the ingredients' amount accordingly.
Please feel free to add pull requests!