Recipes App React - (Need Feedback)

Hey guys, just finished making Recipes App, would like to get some feedback. Here’s the link if you want to check it out:

awesome job :clap::clap: nice & clean :+1:

1 Like

I see you’re using async/await, but I can’t see try/catch.
Who’s catching errors?

Also aren’t there linter warnings about missing dependencies in useEffect?

And after a while cors-anywhere died with 429 (Too many requests) :slightly_frowning_face:

1 Like

Thank you :laughing:

Yes you are correct, that’s my bad. Use effect is fine, but I don’t know how to fix the cors thing, I added heroku link for that to make it work which it did, I think its the api causing that, free plan is limited a lot. Thank you for the nice feedback :slight_smile:

Hey there,

awesome work so far!

My ideas:

  • it seems to me that the search doesn’t work as expected; when I search for s, among other things I get a Marilyn Crane's Eggless French Toast, with a ss in Eggless; when I now search for ss, I do NOT get the Marilyn Crane's Eggless French Toast

  • some search results have a small white gap at the bottom: gap

Keep us posted!

1 Like

Hey, thank you for the feedback :slight_smile: I’ll make sure to fix the design stuff, but searching stuff comes from the api itself so I don’t think that I can change anything there.