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?

    code seperation and use of css variables.

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

    this task was not that challanging, i only had to search for how to include media queries

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

    id like some help in writing down media queries for this project properly

  • Submitted


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

    i have focused on creating a playful component rather than just a static webpage, checkout the live site to see its magic,

    I have inclucated the feedback from a previous project to have separate js CSS and HTML files and would like to write the code in a more descriptive (along with comments)

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

    chllanges were mainly from using eventlisteners and handling each one of them

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

    JAVASCRIPTTTTTT.

  • Submitted


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

    I am proud of the cool scanning animation I have added to the QR code image, that brings this static component to life.

    If I were to redo this project then I would make code more reacdabale with better names and better naming

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

    the layout was easy for me, even the hover states and rest of the design was easy, only applying styles selectively like "animation only on hover" was the part that took me some research and time,

    I overcame this issue by executing the concept of event listener, googled what events are fired when the mouse hovers over an element and when mouse exits an element, and simply provided styles to the appropriate element on the trigger of these elements

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

    i would like help in how to write readable code, and how to provided styles and animation neatly