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

  • vmx 20

    @juniorVMX

    Submitted

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

    De ter realizado o desafio tendo pouco conhecimento. Aplicaria técnicas para fazer mais rápido e mais perfeito.

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

    Tive algum desafios mas nada que uma pesquisa não resolva

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

    nenhuma especificar mas todos os conselhos são bem-vindos.

    azereje 100

    @AngelCoronaIT

    Posted

    Recomendo

    • Utilizar 'var()' para as cores, tornando-as mais reutilizáveis.
    • Começar a utilizar classes para os elementos.
    • Aprender HTML Semântico.
    • Aprender o uso do Display Flex.

    Com esses elementos, terás tudo o que precisas para enfrentar a maioria dos desafios. Bom trabalho!

    0
  • Eric 70

    @esurreal

    Submitted

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

    I'm most proud of the time I spent on this and the efficiency I was able to use. It wasn't easier than the first two, it's that I've gotten better at understanding what's going on.

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

    I felt pretty good about this one, it was mostly just time consuming.

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

    I felt pretty good about this one.

    azereje 100

    @AngelCoronaIT

    Posted

    Does the solution include semantic HTML?

    Consider incorporating semantic HTML elements to enhance the structure and meaning of your code. Adding elements like <main></main> can be a good starting point.

    Does the layout look good on a range of screen sizes?

    I recommend starting the future projects in mobile first approach. If you go to inspection mode in your web browser you can see different screen sizes.

    Is the code well-structured, readable, and reusable?

    I think you could benefit from installing the Visual Studio Code extension 'Prettier'. It will help you not worry much about structuring your code.

    Does the solution differ considerably from the design?

    You should feel pretty good about this one, some feedback i would give you:

    • I believe you imported the font but didn't use it. You can add it to the body with font-family: "Inter", sans-serif;
    • You did a good job with the buttons, but I believe if they all have the same attributes in CSS, you can just make them one class shared between all of the buttons.

    Great Job on your progress!.

    Marked as helpful

    0
  • P

    @peregrinus69

    Submitted

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

    I'll try to write more clean and efficient code

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

    No challenge at all

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

    Better coding

    azereje 100

    @AngelCoronaIT

    Posted

    Does the solution include semantic HTML? The solution effectively utilizes semantic HTML, enhancing accessibility and code clarity by structuring content meaningfully.

    Is it accessible, and what improvements could be made? It appears the solution prioritizes accessibility, employing semantic tags and incorporating ARIA attributes.

    Is the code well-structured, readable, and reusable? The code is well-structured, readable, and potentially reusable

    Does the solution differ considerably from the design? The solution closely aligns with the provided design maybe it has a little bit more width than it needs but it demonstrate faithful implementation and attention to detail.

    Marked as helpful

    0
  • ajkun55 1,400

    @ajkun55

    Submitted

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

    The simple and clean code for this layout.

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

    Not much challenge

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

    no need

    azereje 100

    @AngelCoronaIT

    Posted

    Does the solution include semantic HTML?

    Yes, semantic HTML is used throughout the solution, enhancing accessibility and search engine

    Is it accessible, and what improvements could be made?

    Accessibility is prioritized in the solution, with appropriate HTML elements and attributes. To further improve, ARIA roles and landmarks could be added for clearer navigation for screen readers.

    Is the code well-structured, readable, and reusable?

    The code is well-structured, with clear organization

    Does the solution differ considerably from the design?

    The solution closely follows the design, reflecting the developer's attention to detail and commitment to meeting requirements effectively. Overall, the developer has done an excellent job.

    Marked as helpful

    0