Multiply - Recipe and Ingredient Management
Overview
GOAL: Help people convert recipes to the amount required easier.
💡 Background
Multiply is a software application designed to assist bakeries in efficiently managing their recipe and ingredient organization system. This technology provides bakeries with the ability to effortlessly track and oversee the quantities of necessary ingredients, thereby streamlining the ordering process. Such a tool is invaluable for bakeries seeking to optimize their workflow and increase their productivity.
👩💻 How It's Made:
TECH USED: HTML, CSS, JavaScript, React, Mongoose Atlas, Redux
FrontEnd - Used React to help create the UI components, tailwind
BackEnd - Used Mongoose Atlas for the backend database
BackEnd - Used Mongoose Atlas for the backend database
🏸 Optimizations
Things I would like to fix/add ability
- To add recipes on the frontend
- Ability to add supplier database on the front end
- Add machine learning given sample data - to guess how much to make for the week
📝 Lessons Learned:
In this project, I learned some hard things are worth doing. In this case, redux. I'm not going to lie...adding redux seemed like a daunting task. With the amount of boilerplate, it seemed intimidating.I thought it would be super hard to add to a project but with the help of the redux tool kit, it was surprisingly easy. It makes it so much easier to grab information from one location without prop drilling (which can be painful). In the end, struggling and with hard things can be worth it in the long run.