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

  • @shaleenchowdhary

    Submitted

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

    I'm a React developer and didn't brush up my HTML and CSS for a while. I think I'm loosing the grip over CSS and .js concepts. I will to practice more to get the solid command on CSS and JavaScript.

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

    I revised the concepts like flexbox, box model, grid, working with images, etc.

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

    I would like to focus on CSS and JavaScript as of now.

    @Iryna-Gry

    Posted

    Hi. You did a great job! Here a few points to improve:

    1. If you focus on HTML and CSS practice it's better to use semantic tags in markup, such as <main>, <section>, <h1> and other, and use less of <div> tags. Using semantic tags can help you with such framework like Next (which uses React) and semantics is really crutial there. Also it is easier to read the code if you use different structural tags and distinguish the roles between them.
    2. <h1> is needed here for accesibility reasons (more on accessibility [here](https://www.w3.org/WAI/fundamentals/accessibility-intro/))
    3. The component looks good, but there is no need of retyping the text (uppercase letters at the begining of each phrase needed) I hope, this feedback will help you in your development. Have a nice day, Iryna.

    Marked as helpful

    2