-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Recipe Suggestion Section #355
Conversation
👷 Deploy request for delightful-daifuku-a9f6ea pending review.Visit the deploys page to approve it
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉 Thank you @aditiverma-21 for your contribution! Your pull request has been submitted successfully. A maintainer will review it as soon as possible. We appreciate your support in making this project better.
@AlfiyaSiddique Please revoew this PR |
@AlfiyaSiddique Please check and let me know |
// Fetch a random recipe from the API | ||
fetch('/api/recipes/random') | ||
.then((response) => response.json()) | ||
.then((data) => setRecipe(data)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@aditiverma-21 you have used the random api here but where did you create this API??
What does this PR do?
Adds a section for daily recipe suggestions
Fixes #328