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 found a quick way to implement the functionality of the share button.

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

    I was not sure if the size of the components matches perfectly with the design, so I tried to guess it.

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

    What is the most efficient way to hide / display elements on the page? For example, I used js to modify the "display" property.

  • Submitted


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

    I practiced more building responsive designs and using CSS grid.

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

    I wasn't sure in which way to adjust the size of the content, I used margin for top and bottom and max-width for left and right.

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

    At this moment I don't have any specific question.

  • Submitted


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

    I worked for the first time with CSS grid using Tailwind and I don't find it very difficult once you get used with it.

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

    It was a bit difficult to figure out how to make the second column with 2 cards. I created 4 rows and using "row-span" and "row-start" properties it worked.

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

    When is indicated to use grid instead of flexbox?

  • Submitted


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

    I improved my understanding of building responsive designs.

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

    I struggled a bit with adjusting the image size, it was easier to use full width and height and resize the parent element.

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

    Tips about responsive design, I plan to learn more about it.

  • Submitted


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

    I improved my Tailwind skills by using breakpoints and styling more types of elements like lists and tables.

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

    When styling lists I struggled with spacing, but I solved the problem by randomly trying different ways and also searching for answers online.

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

    For this challenge I did not need help with any specific area.

  • Submitted


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

    I've learned more how to use Tailwind and I will continue using it in the next projects.

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

    I managed to find everything I needed using Tailwind documentation.

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

    For this project I didn't need help with any specific area.

  • Submitted


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

    It didn't take me a lot of time to finish the challenge.

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

    I was confused what is the most efficient way to adjust the size of the image.

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

    I'm not completely sure if my code is maintainable. For example, is it more correct to add margin to each element or to use flexbox?