Design comparison
Solution retrospective
I used tailwind-CSS, html and some Javascript.
All feedback is very welcome!
Community feedback
- @Ayce45Posted almost 3 years ago
Hi, you can use details element to remove your JS logic : https://developer.mozilla.org/fr/docs/Web/HTML/Element/details
Marked as helpful1 - @Sam-GulikerPosted almost 3 years ago
Hi,
Nice solution you've got there. There are a couple of things you can pay a bit more attention towards to.
-
Try to use landmarks like: main, header or footer. source: https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/landmark_role
-
I see that you've got a programming background by the way you're structuring your JSX/html. Try to keep it more together it's difficult to read.
Happy coding
Marked as helpful1 -
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