Order Summary Component Using React and Tailwind CSS
Design comparison
Solution retrospective
This is my third completed challenge and second using react. I want to continue using these challenge to familiarize myself with react.
Community feedback
- @FluffyKasPosted over 2 years ago
Heyo,
Your solution looks really great! Only have some small suggestions here:
-
Background patterns should be added with css.
-
You could perhaps wrap the attribution in a <footer>, that would get rid of the issue in the accessibility report.
-
I'd not use the same heading for the Annual Plan text and for the price. The price itself could just be a paragraph and the Annual Plan an <h2> if you follow heading levels in the correct order.
-
You could remove the alt texts from the images. They're arguably decorative only (the music icon is, for sure) so their alts can be left empty.
Marked as helpful0 -
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