Responsive Order Summary Component with ReactJs and TailwindCss

Solution retrospective
Please let me know what you think about my solution. Feel free to give feedback too. Thank you!
Please log in to post a comment
Log in with GitHubCommunity feedback
- @faha1999
Hello James. Congratulations on finishing this project. It's lovely and great on the whole! Just a little tip:
You might want to use semantic tags like the
<main>
to wrap your code, instead ofdiv
`s.You could also make use of
<section>
and/or<article>
semantic tags. This would help improve accessibility.- add
alt=""
attribute inimg
I hope this helps you. Happy Coding!
- add
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