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 was proud of figuring out how to use states and components together to store information throughout the whole page, even if the implementation is poor.

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

    Storing information, responsive design.

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

    Responsive design, I am terrible at coding responsive design. Also how to store information better.

  • Submitted


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

    Responsive design

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

    Responsive design

  • Submitted


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

    Using framer motion for some simple scaling effects was a nice touch.

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

    I had trouble with responsive design as I've never really implemented it before this challenge. I had to go search up how to use tailwinds media queries and realized they were built for a mobile first approach. I got around this by using max-sm which just tells the css for a certain size and below.

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

    I would like to find better ways to implement responsive design.

  • Submitted


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

    Adding the cart system with react.

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

    Managing states with react and learning how to pass functions as props.