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?

    Most proud am i that the email validation is worked as coded but for sure I can improve that.

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

    Email validation via ReactJS which was very different than the JS but I am happy that i was able to implement it.

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

    The styling of the elements itself. I think I could improve the systematic approach.

  • Submitted


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

    By using the new learned ReactJS framework and be able to function with it. Next time i would use setup the functionalities of the elements outside and not in the individual elements.

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

    The biggest challenge was not to use the same functions again in the code. To create repeatable elements which was the numbering. The other challenge was not to have the same functions in the thank you modal - to use the props via the parent modal.

  • Submitted


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

    What I learned from the previous challenge (link post) i was able to adapt here. Next time i would set up the html part first before I start styling it. I have changed few times the html part before.

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

    I was not sure if I should code it based on the elements or based on classes. I think for the next time I will be consistent and go based on classes because of individual changes per element.

  • Submitted


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

    That i was able to setup my desktop version in a way that when it came to the mobile version i had only small portion of the code to change.

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

    I did not know what the focus effect was which was a new element that i learned.

  • Submitted


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

    The element adjustment was achieved through learning the margin and padding of list elements.

    The project will be approached section by section. This means that I will style the body first and then move on to smaller elements.

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

    I faced a major challenge while designing my project's end part. I decided to go with a table instead of a grid element. Although the table solution was faster, I believe the grid approach would have been better for styling.