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 am proud of being able to use Sass in this project. I will try to make my code neater next time.

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

    I didn't make the page responsive. I have tried to use mobile first approach, but after that I don't know what I should do set rules for bigger screen. I notice that I should use calc() but I don't know if I should write it in mobile part only or for both part. Can those who have experience in implementing responsive pages give me some advice or feedback. Thank you!

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

    Calc(). After mobile screen css has defined, How to make use @media (min-width: 1024px) {}. Do we need to re-write most of parts? or is there better way to do it? Before we write css, do we need to reset the html tag every time? I usually have a main tag and a container div to wrap around all of the content. Is that a good practice or not ? Thanks

  • Submitted


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

    I can make the interface look somewhat similar to the design

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

    I was struggled to make the page responsive and align correctly like in the mobile design. I also have some issue what set css for table items, for example the numbers in the order list items don't perfectly align with the contents

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

    I need help understanding the steps to create a responsive page. If the instructions state 'Mobile: 375px. Desktop: 1440px' and provide two UI screenshots, does this mean any screen size below 375px will appear as the given mobile design, and any screen size above 375px will appear as the desktop design?

  • Submitted


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

    I finish this project faster than I expected

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

    Sometimes I don't know if I should set width/height properties on the class name or on the element tag itself

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

    .

  • Submitted


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

    I finally take time to learn responsive and padding, and margin to build this page. But I think I need to practice more

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

    I had issue with setting box-radius for an element. The edge of the box is not evenly curve due to the padding/margin properties I set before it. I had to uncomment some line of codes to see what the cause is and tested out what works to solve the issue.

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

    Padding and margin are still tricky to me. I wonder if I need to calculate the padding/ margin to make the element distributed evenly on the screen . ??