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 really learned a lot from this project. I was able to do alot of research of how client side validation of user input on a form is being done. This helped me in understanding the importance of regular espression in validating the correspondance of an input that should fir a particular pattern.

    Being a to maniputlate the default behavior of a form and making it easy for users to know the errors they are making in filling the for is really satisfying.

    This project has also thought me how to navigate through different pages using JavaScript window.location method.

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

    I encountered some challenges styling the listed icons I used but I was able to get it done after settling down to think about it well.

    also I faced challenges with the JavaScript code, displaying the email from the client side was not something I know before now, but I was able to discover the window.localStorage.setItem() method that helped save the input value and I was then able to display on the success page with another method window.localStorage.getItem().

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

    On this project, honestly it was not easy at all so I wouldn't know where I need to make adjustments, but to the best of knowledge I did it well.