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 particularly proud of experimenting with SVG noise and grain effects in this project. Although these effects weren't part of the original project requirements, I saw it as a valuable opportunity to explore and implement something new.

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

    One challenge was adding grain effects to the project. To tackle this, I watched a Juxtoposed tutorial:

    https://www.youtube.com/watch?v=_ZFghigBmqo&ab_channel=Juxtopposed

    It provided clear guidance on using SVG filters to create the desired effect. Additionally, ensuring semantic HTML for interactive elements like tabs was crucial for accessibility. I learned that using proper HTML elements and attributes is essential for both functionality and user experience, which improved the overall quality of the project.

  • Submitted


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

    I'm proud of the clean design and efficient image loading. I don't think there's much to change.

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

    The main challenge was avoiding layout shifts caused by images. I set explicit width and height attributes to reserve space, which prevents content from shifting as images load.