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?

    1. Ability to write decent css classes
    2. Translating HTML to react

    Would use Sass or tailwind next time to save time on classes and utilities

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

    1. Planning out the general flow and design of the website
    • using the paper and some thinking

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

    1. Any suggestions would be great. Like any libraries or frameworks, etc I could try Thanks :)
  • Submitted


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

    1. using Css grid to design layout

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

    1. Ensure layout was good

    watched a couple of youtube videos and articles

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

    1. How can I make the text span longer in the div. Max-width does not seem to work. This results in my cards looking more square than the original design

    Thanks :)

  • Submitted


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

    1. Utilising a little more usage of SASS features like mixins and nesting

    2. Would read more on grid css

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

    1. Mainly ensuring the layout aligned properly

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

    1. How can I design layouts using flex/grid more easily? Any resources/exercises would help
  • Submitted


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

    1. Writing responsive css that scales quite well
    2. Looks very close to the design

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

    1. Ensuring the design looked all right
    2. Making sure responsive design look good + media queries

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

    1. How can I improve my Css
    • should I make use of clamp() ?
    • any other tips and trickes, really appreciate
  • Submitted


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

    1. Really glad that I managed to make this website responsive on both mobile and desktop
    2. Learned how to style tables a little

    Would probably use SASS CSS next time to simplify CSS code or something

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

    1. Messy css
    2. Arrangement of layout

    I watch a couple of youtube videos and use MDN docs for additional styles

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

    1. is my css a bit messy?
    • how can I improve and write more efficient CSS
  • Submitted


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

    Responsive Css

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

    A little on media queries

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

    How can I write more efficient css. Should I use rem instead of pixels?

  • Submitted


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

    • able to quickly analyse Figma file and turn it into viable Html and Css
    • Used ch measurement to break lines instead of

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

    Not really any challenges

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

    1. Is my HTML semantics enough? Should I maybe use things like etc to make it more semantic meaning
    2. Any CSS tricks/tips I can implement to write less CSS but achieve the same thing?

    Thanks :)

  • Submitted


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

    Proud of

    • learn a little about text-shadow
    • practised on layouts

    Next time

    • little more research on concepts applied

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

    • Centering a div :)

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

    1. How can I more efficiently style this with less code and perhaps better and cleaner usage of CSS