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

  • vicky785 30

    @vicky785

    Submitted

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

    so I've done it from scratch, even though it is a small task but It helped to build basic understanding as well as boosted my confidence. I would like to follow some best design patterns for my next challenges.

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

    so the part where I've to use the google font in my application was little bit tricky, but was able to apply the font in my application. I've gone through the documentation and it helped me to understand easily.

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

    so I'm not sure about the responsive design of my application, I've just tried to produce the exact output without much focussing on the responsive design. so I would kindly seek any advices/suggestions regarding how to follow the responsive designs and also any reviews regarding my work is much appreciated.

    @devbydijah

    Posted

    The solution demonstrates a solid understanding of HTML and CSS fundamentals, with a clean and organized structure, including the use of Google Fonts and a favicon; however, consider using more semantic elements like <main> and <footer> to enhance document structure and accessibility, adding ARIA roles and landmarks for better accessibility, using rem or em units for font sizes instead of vw for better scalability, and combining percentage and max-width for the .card element to improve responsiveness, while grouping related CSS properties and using more descriptive class names for better readability and maintainability.

    0