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?

    It took a lot of time to complete the mobile footer toggle functionality, I am proud that somehow i completed it.

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

    Writing JS code for mobile footer was challenging, i took help of stack overflow to fix my issues.

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

    There is bug in my code, when i resize window to dekstop view from mobile view then last text section disappears. I don't know why? please help me fix it. Also the solution is not pixel perfect, help me achieve close to it.

  • Submitted


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

    This was my first premium challenge. I learned a lot about using figma, grid layout, background image with colors and lot more. I am proud that i completed the challenge in 2days.

    I would like to improve my speed in next challenge.

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

    Writing responsive code for images was challenging intially but using grid layout with proper width height solved the problem.

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

    Working with image clipping and adding image above background(footer).

  • Submitted


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

    I am proud that i learned grid from scratch and implemented it too. I would like to improve my speed next time.

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

    Writing responsive code using grid was challenging.

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

    Fourth card(Jeanette) in the grid is not properly aligned as per design(desktop view), help me out with that.

  • Submitted


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

    I completed this challenge by learning flexbox in depth

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

    writing responsive code using flex

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

    For iphoneSE device the second card image goes outside the card, can anyone help me to fix it?

  • Submitted


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

    Finally completed this challenge in 4days after learning about media queries and responsive layouts.

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

    Writing media query was very challenging, as sometimes it worked for mobile and didn't work for desktop.

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

    please feel free to give feedback that will further improve code.

  • Submitted

    recipe page

    • HTML
    • CSS

    1


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

    Well it was very time consuming challenge and i am proud that atlast i have completed the challenge.

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

    Writing CSS for image was very challenging, it consumed lot of time.

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

    1. Writing Responsive code for this challenge
    2. Instruction list is not perfect as per design
  • Submitted


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

    I am most proud of my time management skills! This challenge took less time as compared to previous to challenges with same level of difficulty. So i am seeing gradually improving my skills on go.

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

    There was nothing challenging in this project as i had already completed previous 2 challenges with same difficulty, so this was a cake walk.

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

    Writing good readme is what i am currently struggling. Please check my readme file and do let me know where and how to improve.

  • Submitted


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

    i understood that web by default is responsive and we make it unresposive by hardcoding widths and heights in px. So if we don't give any height or width then by default it's responsive. Even if you want to specify width and height always use percentages(%) so that it's responsive.

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

    Writing responsive code was quite challenging intially then i learned that using percentages instead of px solved the problem quickly. Also applying border radius to image was taking time then i learned that use parent div for it and then give width/height/border radius to it.This fixed my problem.

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

    nothing as of now.

  • Submitted


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

    This is the first project that i have hosted on github pages, so i am proud of it.

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

    Most challenging part was deploying the project to github pages. It was not working as expected on github pages so i switched to vercel and it worked fine.

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

    writing reponsive css using media queries.