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'm most proud of the following:

    1. Continuing to use these projects to implement and practice typescript fundamentals, and it worked well with my react components.

    2. I used CSS Grid for the first time with this project. and I feel like it worked well on both small and large screens.

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

    I was struggling to use CSS grid because I didn't understand rows. I also struggled with positioning two of the card elements. I wasn't sure if I was missing some grid trick that would move the cards I wanted to where I wanted them to be.

    Ultimately, I decided to use relative position to make the elements move the way I wanted them to move. If anyone with more experience than me sees this, please let me know if there is a way I could have moved the items without using postion.

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

    For now, it would using Grid to correctly position items that aren't available to be moved due to the tracks or grid lines.

  • Submitted


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

    I'm most proud of 3 things. 1. Finishing or at least completing this project. I know it's a small one, but it has been a while since I've completed something here. 2. How good the spacing is for the elements. 3. Implementing some functionality with react and typescript in my button element.

    Next time, I will consider both the mobile and laptop screens when deciding how to establish components.

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

    My biggest challenge had been the positioning for the main card, and how to space the elements within the card. I took my time looking for helpful resources and videos about positioning and spacing.

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

    I'm not 100% sure if my spacing is exactly like the example given, so I am open to hearing about that. Specifically, the section that has item details.

  • Submitted


    This submission is an improvement from the first one.

    • I took more time to learn about responsive units (em, rem, and percentages)
    • I try pulling up this solution on your desktop and on your mobile devices to make sure it is coming up the way it is supposed to.
    • If the text is coming matching up exactly as it does in the example, forgive me.
    • Please let me know if you have any suggestions on how to make the text line up like the example.
  • Submitted


    I was working on making this project responsive. So please tell me if there is an issue with the mobile version and any ideas on how to clear it up.

    • Thank you