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

  • @MuneerMek

    Submitted

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

    I'm glad I was able to figure out how forms work, take notes and apply it to a project for the first time.

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

    Overlaying the (!) symbol on the error state was challenging, and I had to adjust the relative placement for each element.

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

    My JS is pretty messy I'm sure, I'd like to know if there's a more efficient way I can write the same if-statements for every input element on the form.

    Mir Sahil 120

    @sahilmir1

    Posted

    I think your JS is fine. Even though your code is long it is still readable so, I would not call it messy. Having long lines of code is hard to avoid when writing vanilla JS. Maybe for your next challenge you can try using React or Vue.

    1
  • @VincinChristmas

    Submitted

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

    I pushed myself to trying to use and understand media queries, though there is still lots to learn.

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

    I think I am having a problem with the cache on my browser. The website looked good until I published it. This made me spend a long time on my code thinking that there was a problem there instead. I eventually checked the website on other devices and it worked as intended. I am not sure what is the problem, but I suspect it has something to do with my vpn

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

    I need a lot of practice when it comes to building responsive websites properly.

    Mir Sahil 120

    @sahilmir1

    Posted

    Hey Vincin, I'm no expert but I think you have done a great job. I think you should practice using flex layout as well. It will help you a lot with your responsive sites. For example, on mobile view your button's width doesn't match the design. This could be fixed with the help of flex layout.

    Marked as helpful

    0