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?

    I was pretty happy about the form validation having worked properly. I didn't have much experience working with form validation before, so it was interesting to learn more about it. Messing around in RegExr for the email validation pattern was also quite fun.

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

    I struggled a little with ordering the content for the mobile. flex-direction: reverse was surprisingly handy.

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

    For mobile sizing, my content still overflows the viewport. Using fit-content within the media query to adjust the height on the html and body elements worked, but that then messed with my success screen as it stopped covering everything I wanted covered because there was not enough content.

    I ended up leaving it with visible overflow as it's not noticeable without devtools, but I felt like there was a solution to it that I wasn't able to grasp.

  • Submitted


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

    I made the layout as a flex layout and learned more about nesting different flex containers together. It was pretty interesting to do it and get it to work, but I feel like it could have been simpler with grid.

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

    I had a lot of problems with making the layout responsive. I learned quite a bit about positioning and the way it works, but honestly, I kind of felt like I brute-forced my way through it rather than implementing a well-written solution.

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

    I'd like suggestions on how the responsiveness could've been handled differently.