Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • @sgrazys

    Submitted

    ๐Ÿ‘‰ FAQ Accordion Solution ๐Ÿ‘ˆ

    Hello, Iโ€™m Saulius! ๐Ÿ‘‹ This is my solution to this challenge.

    โš’๏ธ Built With: React

    The biggest challenge was state management to implement the toggle function. ๐Ÿ˜… But now I'm familiar with this concept and feel one step closer to my goal! ๐ŸŽฏ ๐Ÿ˜

    I would appreciate your opinion about possible improvements to code and accessibility. ๐Ÿ™ƒ

    Thank you indeed! ๐Ÿ™

    @ShawenHarker

    Posted

    Firstly I would like to say well done on your solution.

    A few tips from my end: As for styling on your card, you can use a margin-top of -10% or whatever you value you feel comfortable to line up the card based on the Figma design.

    With the code for the accordion, well done on creating that, but there are much easier ways to do it, like using a library to build the accordion, it uses less code overhead.

    For the Q&A supplied to do this task, I feel creating a JSON file and storing the Q&A in there would also showcase your skills that you not only know how to build an app but you can create and work with JSON files.

    Have a read on this as well: https://legacy.reactjs.org/docs/faq-structure.html

    Other than that, very well done on your solution, it is very well made.

    Marked as helpful

    0