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 of the way I decided to fully commit on mobile first. I'm also porud of my use of media queries combined with flexbox/grid layout.

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

    I encountered challenges in order to separate which CSS had to go in which class. I tried to keep generic and specific css separated in order to make easily reusable.

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

    I'd like help with the use of @use instead of @import. If you got some improvements on images management, don't hesitate also :)

  • Submitted


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

    I'm proud of the ways I used grids. I tried to make it clean and adaptable to tablets. I'm proud of how I anticipated the time it would take to do it.

    I would maybe try to focus more on mobile first but still anticipating more desktop and tablet behaviours.

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

    I encountered a challenge on how to organize classes and file tree using BEM technology.

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

    I'd like help to understand if I understood well BEM technology. Hwat could I have done differently in order to make it more reusable? Thanks :).

  • Submitted


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

    I'm proud of the way I used grids.

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

    I was challenged by grids and how to make it responsive with less code than I used to use.

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

    With anything you think could have been done better. Any advice and feedback is good :)

  • Submitted


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

    I'm proud of what I've done using flex boxes.

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

    I was challenged by building responsive image and flex boxes. I tried to work on it through articles and web dev tutorials.

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

    I'd like help with flexboxes in order to avoid media query if possible

  • Submitted

    Recipe card

    • HTML
    • CSS

    1


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

    I'm proud to have sticked with semantic html even if I struggled with it regarding spacings and design templating.

    I'm proud to have sticked with vue framework even if it isn't very useful here.

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

    I overcame my issues with list markers and spacing by getting many informations on markers on stackoverflow.

    I learned that some things such as images and list contents should be wrapped into html tags in order to get some properties.

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

    Any help welcomed :)

  • Submitted


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

    I'm proud of what I did. ne time I wouldn't stick with vue, but I wanted to try it.

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

    I had issues loading css files through vue.

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

    I'd like help to clean my project and avoid useless code - apart from vue stuff that is obviously useless ;)

  • Submitted


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

    I'm proud of the way i tried to optimize my code considering last project issues.

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

    I was challenged by the understanding of Figma designs. I mainly had issues with svg.

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

    I would like help in order to work on text reduction on mobile side.

  • Submitted


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

    I tried to avoid using useless properties and ensure to understand what does each property. I would surely try to avoid using generic tag style such as I did for img tag.

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

    I had to understand which display value I should use for each container. I used too many flex at first but then just sticked with blocks.