Html,Sass,Javascript

Please log in to post a comment
Log in with GitHubCommunity feedback
- P@Rahexx
Great job! Here’s some feedback from me:
HTML
- It looks like you're missing a rating block, where the classes for your elements are referenced.
- You're using an ID, but in this case, it would be better to use a class.
- The
alt
attribute is missing for theicon-star.svg
image.
SASS
- Your styles look good overall.
- The submit button has a different background than the design specifies.
JS
- Your JavaScript is great and clean.
- Good call on extracting the logic for removing the active class from the buttons into a separate function.
Marked as helpful - @hkaur108
Good Job!
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord