TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Vegetarian Recipe Finder

4 pointsby brunoolivover 1 year ago
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!!

3 comments

rstnpceover 1 year ago
Hey there, that&#x27;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 &quot;ginger tofu&quot; 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&#x27;m still looking for a similar solution to query data on my Wordpress website (it&#x27;s currently inside an app but I want to transition to an all-in-one solution eventually).
评论 #38844901 未加载
评论 #38845379 未加载
peterpost2over 1 year ago
Looks neet! some thoughts&#x2F;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&#x27;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?
whycomeover 1 year ago
Make this mobile friendly! (Quick CSS addition) Cool app!
评论 #38839935 未加载
评论 #38839843 未加载