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


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

    Did not use Javascript for the mobile menu

  • Submitted


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

    For the mobile menu I used Css only, I used some Javascript to add a single effect using the instersection observer API.

  • Submitted


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

    For this project I did not use a library, I used vanilla Javascript only, I will implement another version using ReactJs.

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

    The responsive section was a little tricky, not sure if there is a better way to implement responsiveness, any feedback is very welcome.

  • Submitted


    I think the most difficult part was to set the responsive breakpoints and adapt the Grid, any feedback is very welcome.

  • Submitted


    I completed the challenge, any feedback on the Js script is very welcome. Also not sure why it does look like that in the design comparison section, if I open the site it looks different.

  • Submitted


    Hello, I completed this challenge using Html, Flexbox, Grid, Sass and Javascript. Was a little complicated the make it responsive. Not sure if the way I used grid is correct. Any feedback is very welcome.

  • Submitted


    I used Html, Css and Javascript but not sure if the Html semantic structure is correct, also the user is able to open all answers at once but is it better to allow them to open a single answer at time instead? Any feedback is very welcome.

  • Submitted


    Is it ok that I used flexbox on the body to center complete the content of the site? Or should I have used instead position relative and absolute to do it?