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 comments

  • P
    Juan Gomez 260

    @newbpydev

    Submitted

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

    I am most proud of the timing of the project, even though it is a simple component, I was able to get it mostly done in under 2 hours. Getting the performance right was another important part of this project. The next project I will implement more components so it can prepare me for the bigger projects.

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

    I didn't run into many problems that I couldn't handle. Whenever I needed any reminding I used the official docs of SCSS so I could apply the correct structure of the styles.

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

    If you see anything broken please let me know. I have tried it in Firefox, Arc, and Edge which is Chromium so Chrome should work properly.

    @CatalinaF-S

    Posted

    Juan, I just checked your solution and GitHub repo and it is really inspiring! Really good job! :)

    1
  • @jiricmiel

    Submitted

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

    I've tried to use semantic HTML and BEM using SASS.

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

    Using BEM I often overthink things. I needed to go back again and rewrite it few times. Sometimes output was not as I expected. I double checked everything with developer tools and fixed the problems. Mostly it was adding padding and margins to inline elements without realizing it.

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

    I'd like someone to check my semantic HTML. I'm not really comfortable with it yet and I'm not sure if I used it right. Any help on that topic is welcome. Also reviewing code in general would be highly appreciated.

    @CatalinaF-S

    Posted

    Hi! Here my feedback to your project :)

    • Does the solution include semantic HTML? Yes, I see that you have used semantic elements to organize your HTML code.

    • Is it accessible, and what improvements could be made? In general you solved the challenge in a very structured way and I don't see anything you should improve or change.

    • Does the layout look good on a range of screen sizes? The layout look good but I am not sure that you have implemented a responsive solution.

    • Is the code well-structured, readable, and reusable? I find really cool how you modularized in components your scss code.

    • Does the solution differ considerably from the design? Your solution is very close to the design proposed in the challenge.

    0
  • SrkiMax 50

    @SrkiMax

    Submitted

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

    This is my first Challenge on Frontend Mentor, and I am proud that I finally started actively learning after a few courses of studying frontend.

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

    I did not encounter any challenges, since this one is pretty basic, but I know that the future projects will be much more challenging

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

    I do not need much help on any areas in this project.

    @CatalinaF-S

    Posted

    Nice solution! :) I just finished this challenge and paid attention on the automatic feedback from the frontend mentor. Using semantic HTML can help you organize your code better. From your code I will practice to use variables for the next time :)

    0