-
Notifications
You must be signed in to change notification settings - Fork 32
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
JS RECIPE CODE #24
base: main
Are you sure you want to change the base?
JS RECIPE CODE #24
Conversation
<button type="button" class="filter" id="usa-btn">American</button> | ||
<button type="button" class="filter" id="asia-btn">Asian</button> | ||
<button type="button" class="filter" id="china-btn">Chinese</button> | ||
<button type="button" class="filter" id="vegetarian-btn">Vegetarian</button> |
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.
The "Vegetarian" is supposed to be included in diet and not cuisines?
<h1>Recipe Library</h1> | ||
<section class="filters"> | ||
<div> | ||
<h2>Filter cousines</h2> |
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.
Just commenting the typo, should be "Filter cuisines".
</div> | ||
<div> | ||
<h2>Sort on by</h2> | ||
<button class="sort" id="hightolowbtn">Cooking time</button> |
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.
Maybe change to "high-to-low-btn" or "highlow-btn" for better readability.
<button type="button" class="filter" id="vegetarian-btn">Vegetarian</button> | ||
</div> | ||
<div> | ||
<h2>Sort on by</h2> |
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.
Just simple change in typo, change "Sort on by" to "Sort by". Nothing major!
} | ||
|
||
/* Special Button Styles */ | ||
.popular-btn { |
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.
You are using the class .popular-btn , but you have used an id though in your HTML file.
Don't forget to add a link to your deployed website as mentioned in a separate forum. |
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.
Great work putting this together! I would say this code is well-organized and I like the way you have structured your implemented features such as filtering, sorting, and fetched data. There are a few areas where consistency could be improved for better readability, but nothing major. I would have loved to see the final result on a website and play around a little bit. Only then do I think I would have had something else to add to this code review. Keep up the good work!
Can you share a link to your deployed page as well please 😇 |
Yes will send it on slack im a few minutes!
…On Wed, 26 Mar 2025 at 09:40, Matilda Brunemalm ***@***.***> wrote:
Can you share a link to your deployed page as well please 😇
—
Reply to this email directly, view it on GitHub
<#24 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BKQ46H4XUWUWVCFLDW7X63D2WJKWPAVCNFSM6AAAAABZDYNEY6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDONJTGYYDONZWHA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
[image: HIPPIEKICK]*HIPPIEKICK* left a comment
(Technigo/js-project-recipe-library#24)
<#24 (comment)>
Can you share a link to your deployed page as well please 😇
—
Reply to this email directly, view it on GitHub
<#24 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BKQ46H4XUWUWVCFLDW7X63D2WJKWPAVCNFSM6AAAAABZDYNEY6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDONJTGYYDONZWHA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
No description provided.