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

    1


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

    I'm most proud of recognizing that i was writing too much javascript code when I first started and thinking of ways to cut out or simplify unnecessary code.

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

    I had trouble figuring out how to open and collapse the accordion. My first attempt was to have a function that would append and remove a element on button click but could not get it to work like I thought it would. Eventually I did some reading on MDN and figured I could make a function that would just change the display property of the text.

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

    I don't have anything in particular I want feedback on but any advice or criticism will be appreciated.

  • Submitted


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

    Practing flex-box and being able to organize the content made this a fun beginner challenge.

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

    My main challenge was trying to center the text using flex-box before I remembered the text-align property was what I needed to use. Rookie mistake on my part.