Submitted almost 2 years ago
Order Summary Component -First Challenge
@eewa-SANJ
Design comparison
SolutionDesign
Solution retrospective
Hi, This is my first frontend mentor challenge and it's enjoyable. I don't have a pro subscription hence dimensions are a little bit different from the design files.
- Give me feedback on my first challenge
- Do I have a custom CSS properties inside my media queries Thank you
Community feedback
- @MelvinAguilarPosted almost 2 years ago
Hi @eewa-SANJ ๐, good job completing this challenge, and welcome to the Frontend Mentor Community! ๐
I have some suggestions you might consider to improve your code:
- You made the design with the wrong image. The image "desktop-preview.jpg" is only useful to have a more presentable image of the challenge, it is useful if you want to place it in your readme.md, or share it, for example QR code component challenge by frontendmentor.io. To create your solution, you should base yourself on the following images: desktop-design.jpg and mobile-design.jpg. The
main-card
section is unnecessary.
- Not all images should have alt text. The music icon and the ilustration hero are for decoration only, they have no additional meaning to the component, so it can be hidden for screen-readers if
aria-hidden="true"
is added and itsalt
attribute is left empty:<img class="image-music" alt aria-hidden="true" src="images/illustration-hero.svg">
- The <p> elements that enclose the <a> links are unnecessary, you should use the same link element and style them as if they were a button. You can read more info here
Above all, the project is done well๐. I hope those tips will help you! ๐
Good job, and happy coding! ๐
Marked as helpful2 - You made the design with the wrong image. The image "desktop-preview.jpg" is only useful to have a more presentable image of the challenge, it is useful if you want to place it in your readme.md, or share it, for example QR code component challenge by frontendmentor.io. To create your solution, you should base yourself on the following images: desktop-design.jpg and mobile-design.jpg. The
- @eewa-SANJPosted almost 2 years ago
Thank you for providing valuable feedback. I will make all the changes mentioned
0
Please log in to post a comment
Log in with GitHubJoin 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