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'm proud that I used a framework I'm unfamiliar with to produce this project, that framework being bootstrap. I had to look up a lot of documentation but in the end I made it work. Next time, I would probably spend a bit more time with bootstrap before diving into a project with it.

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

    The main recurring challenge I encountered was that certain bootstrap classes implement several css properties at once, and some of those may be unwanted, like card for example. So i'd have to use my browser inspector to see what a class is actually doing, and then override that with my own vanilla css. After a while, i got used to this flow.

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

    Mainly just improving the accessibility, and any semantic html that needs to be worked on. I feel like I tend to neglect these areas at times.

  • Submitted


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

    I'm proud of taking it one step at a time and figuring it out on my own as I went along, and just experimenting with things to see how my elements reacted. Next time, I would probably read the style guide md as I didn't realize the code for the variables was already in there, instead of reading from the figma and writing them out myself. But it did help me practice the syntax of doing so.

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

    The main challenge was making sure all elements had that spacing-200 around them that the figma showed, so that all elements look clean and neat in a column like fashion. I addressed this by realizing that for most elements besides the svg, it was just a matter of adding some spacing to the left of each element.

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

    I'd like help with reducing the amount of css written. I feel like there was a cleaner way to space each element than adding margin-left: 1.5rem to every individual element. But i couldn't figure out how to do that in flexbox.