Design comparison
SolutionDesign
Solution retrospective
Hey guys, this is FAQ Accordion Card project and i would like feedbacks about the code to contribute with next projects. Thank you.
Community feedback
- @buneeIsSloPosted over 2 years ago
Hey! @Lara123-pg, Great job on this challenge. Here are a few things I want to suggest:
-
In your "Questions.jsx" component, you don't need to use an
<article>
tag. A normal<div>
will do. -
At the moment, the answers are only revealed upon clicking the arrow icon. Make sure to add an
onClick
event to thep
(Question) tag too. -
If you didn't know already, using the
<details>
and<summary>
tags would've made solving this challenge much easier.
Hope this helps :)
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