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 think I did a good job with the JS logic in general, especially with the form validations. I think the css file could be neater and less confusing. I also think the mobile design is fine, but it could definitely be improved.

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

    The responsive design took longer than I thought it would. Having the form container with position: absolute overlapping the current step container gave me more than one headache. I was able to solve it by trial and error and, in the case of very small resolutions, sacrificing some design for better user accessibility.

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

    Any help or advice is welcome! Whether it's about React, CSS or HTML.

  • Submitted


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

    I think i did a good job coding the ProductCard component. This was the most challenging component and the one I spent the most time on. As many times, when I finished the project I realized that I could have made things much simpler than I thought. I would do different the media aspect and I would start working in the project with a Mobile-First aproach. The way I did it, it made more difficult to stylize the code to reach a Responsive Design. Other detail may be the color (I didnt use variables, so i spent many time copying the hsl values manually).

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

    I had small setbacks with the CSS of some components. For example, with the position of the "Add to Cart" button and, like I said before, the Media aspect. Fortunely after some "test and error" I reached the solution for all the problems.

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

    With the React logic maybe, that is the area that I am learning and practicing now.