I managed to build a basic healthy recipes app from scratch with ChatGPT4 and a new service that I learned from there in 10 min!! What a time to be alive.<p>I started with a list of ingredients and my prompts were along the lines of: give me a list of healthy vegan or vegetarian recipes with these ingredients.
From there I decided to be very efficient and said that I needed to turn that concept into a simple search engine and host it in the simplest possible way and I actually learned about Glitch thanks to it!! Just type an ingredient and get back a list of healthy recipes containing said ingredient!<p>Incredibly simple and fun and it truly puts the simplicity and joy right back into building things!!
Hey there, that's extremely cool! I like the simplicity the most. One thing to improve on would be a error message that explains why there are sometimes no results (e.g., I type in "ginger tofu" and there is no recipe even though there is a Ginger Tofu that shows up if I type in tofu alone.)<p>Besides that I was also wondering what kind of tech stack did you use to create the search?<p>I'm still looking for a similar solution to query data on my Wordpress website (it's currently inside an app but I want to transition to an all-in-one solution eventually).
Looks neet! some thoughts/bugs:
-if you select the buttons using the tab functionality the search button is not bordered on all four sides. The all-recipes and favorites button are not bordered at all
-It's not very apparent where the search functionality actually search in. seems like it only works for what is loaded in for the current page?