Not Found
Not Found
Request path contains unescaped characters
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 of all, I am proud of the implemented form validation system and competent client-server interaction based on the rest API architecture. I would like to deepen my understanding of client-server interaction, it is possible to write the server part yourself, using third-party APIs.

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

    During creating the design, there were difficulties with the location of components and adaptability, the first problem was solved by using CSS Grid Layout, the second by @media CSS at-rule. Routing also became a challenge for me, but with the help of react-router-dom and its documentation, everything was solved.

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

    I would like to understand how well the client server interaction was implemented and CSS layout.