Hey Dev Community! π
Weβve all been there: youβre staring at a half-empty fridge wondering if you can actually make a meal out of a bell pepper and some leftover rice. To solve my own "whatβs for dinner" fatigue, I built recipe-finder.org.
π οΈ The Tech Stack
I wanted this project to be fast, reactive, and easy to scale. Hereβs how I put it together:
- Frontend: Vue 3 I leaned heavily into Vueβs reactivity system. The goal was a seamless UI where ingredients could be added or removed without any clunky page refreshes.
- Backend: Express.js I went with Express to keep the API layer robust yet lightweight. It handles the logic between the user's pantry and the recipe database with minimal overhead.
- Database: MongoDB Since recipe data can be pretty unstructured, MongoDB's flexible document schema made it the perfect choice for efficient querying.
π Give it a spin!
Iβm officially launching it today and would love for you to check it out:
π recipe-finder.org
π¬ Let's Talk!
Iβd love to hear your thoughts on the UI/UX or any features you'd like to see added. Also, Iβm curiousβwhat is your favorite "clean-out-the-fridge" meal? π²
Top comments (0)