Show HN: Recipe search engine, built in vanilla PHP
1) Summary = RecipeHunt( http://recipehunt.app ) is a Recipe Search Engine that gives you the only 3 things that matter in my opinion: (a) Picture, (b) Ingredients, (c) Directions 2) Problem = Every recipe site is bloated(e.g. full of ads, long backstory). I just want to see 3 things: Picture, Ingredients, Directions. 3) Solution = Built a simple Recipe Search Engine that gives you only those 3 things. 4) Tech Stack = Vanilla HTML, CSS, Javascript, PHP, SQL (some JQuery). Frameworks are too complicated for me, so I just wanted to build with what I know. 5) Design -Main Feed = Similar to Instagram Explore (Square Shaped Thumbnails). -Categories = Filter by "Country" or "Dish Type". -Search Bar = Quickly go directly to a Recipe or Category. -Recipe Page = Gives you only 1 Picture + Ingredients + Directions + Comments. Separated by tabs (I don't like scrolling). -Paywall(for Spam) = I put up a paywall to prevent spamming (Stripe). 6) Content(Recipes) = I
DeepCamp AI