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?

    How quickly I was able to style the page without the Figma design

  • Submitted


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

    Proud of adding the responsive design for mobile screens.

    Next time I'd like to look into a less repetitive way to handle it.

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

    Finding the correct syntax for handling different media sizes. Google was a handy resource to figure it out.

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

    There is most likely a less repetitive way to handle a mobile screen size than what I did. Do you know of a way or do you have a link to a resource I can read up on?

  • Submitted


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

    Picking up Sass as quickly as I did. CSS is pretty straightforward to write but Sass helps take the tediousness out of it.

    Next time, maybe I'd try a different CSS pre-processor. I also relied heavily on the Figma file for exact measurements so next time maybe I'd try eyeballing it to challenge myself.

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

    I forgot some basic CSS styles that I could usually fall back on in React. With raw HTML/CSS, I needed to search documentation online about the right properties I needed.

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

    Some Sass related questions:

    • Is Sass the biggest CSS pre-processor? How is its usage vs. Less in the real world?
    • Do *.css.map files need to be committed to git or could I have gitignored these file types?