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 solutions

  • Submitted

    FAQ accordion

    • HTML
    • CSS
    • JS

    0


    What are you most proud of, and what would you do differently next time?

    I managed to add some transitional effects for the expansion and collapse for the answer cards.

    What specific areas of your project would you like help with?

    One thing I am not too sure is if I need to further make my code "DRY". I feel like for now I am applying the same logic and almost identical codes to all the answer cards, and the only difference is the sequence number of each question and answer. (I think of moving the question and answer to their own data file, and creating a for loop to display them, but I don't know if that's the ideal approach?)

    Any input would be appreciated!

  • Submitted

    Recipe page

    • HTML
    • CSS

    0


    What are you most proud of, and what would you do differently next time?

    This is my first completed challenge on Frontend Mentor. I had previously learned Flexbox, and this challenge provided a great opportunity to refresh my skills and knowledge. I started off using inline styling but later switched to an external CSS file for better organization. Next time I’ll likely start with an external file from the beginning to save time.

    What challenges did you encounter, and how did you overcome them?

    My knowledge on CSS of table contents was very limited so I relied on some resources found online.