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

  • @rufusshakin300

    Submitted

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

    I would improve html semantics

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

    I find the Figma design and fonts are very helpful and put my basics in this projec to obtain desired result

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

    Html,Css,I learn how to use figma , google font

    @Ezekiel225

    Posted

    Hello there 👋 @rufusshakin300.

    Good job on completing the challenge !

    Your project looks really good!

    I have suggestions about your code that might interest you.

    📌Using margin is not the best option to center an element. Here's a very efficient (and better) way to place an element in the middle of the page both vertically and horizontally:

    📌 Apply this to the body element (in order to work properly, don't use position or margins):

    body {
        min-height: 100vh;
        display: flex;  /* it works with grid too  */
        justify-content: center;
        align-items: center;
    }
    

    I hope this suggestion is useful for future projects.

    Other than that, great job!

    Keep up the excellent work and continue to challenge yourself with new projects. Your progress is impressive, and each project is a step forward in your front-end development journey! 🚀🌟.

    Happy coding.

    Marked as helpful

    0
  • @Ezekiel225

    Posted

    Hello there 👋 @OGluck20.

    Good job on completing the challenge !

    Your project looks really good!

    I have suggestions about your code that might interest you.

    📌Using margin is not the best option to center an element. Here's a very efficient (and better) way to place an element in the middle of the page both vertically and horizontally:

    📌 Apply this to the body element (in order to work properly, don't use position or margins):

    body {
        min-height: 100vh;
        display: flex;  /* it works with grid too  */
        justify-content: center;
        align-items: center;
    }
    

    I hope this suggestion is useful for future projects.

    Other than that, great job!

    Keep up the excellent work and continue to challenge yourself with new projects. Your progress is impressive, and each project is a step forward in your front-end development journey! 🚀🌟.

    Happy coding.

    0
  • @wdavidlbello

    Submitted

    Hi! I would like your feedback about my challenge and the way I've solved it. I used only html and css for this time cause I found it simple to do.

    1.What do you think?

    2.What did you find difficult while building the project?

    @Ezekiel225

    Posted

    Hello there 👋 @wdavidprogrammer.

    Good job on completing the challenge !

    Your project looks really good!

    I have suggestions about your code that might interest you.

    📌Using margin is not the best option to center an element. Here's a very efficient (and better) way to place an element in the middle of the page both vertically and horizontally:

    📌 Apply this to the body element (in order to work properly, don't use position or margins):

    body {
        min-height: 100vh;
        display: flex;  /* it works with grid too  */
        justify-content: center;
        align-items: center;
    }
    

    I hope this suggestion is useful for future projects.

    Other than that, great job!

    Keep up the excellent work and continue to challenge yourself with new projects. Your progress is impressive, and each project is a step forward in your front-end development journey! 🚀🌟.

    Happy coding.

    1
  • @Ezekiel225

    Posted

    Hello there 👋 @ganwalvandana.

    Good job on completing the challenge !

    Your project looks really good!

    I have suggestions about your code that might interest you.

    📌 First: Use <main> to wrap the main content instead of <div>.

    Tags like <div> and <span> are typical examples of non-semantic HTML elements. They serve only as content holders but give no indication as to what type of content they contain or what role that content plays on the page.

    📌If you don't have the Figma design files, I recommend using a browser extension called Perfect Pixel.

    It allows you to compare your finished project with the design images that come along when you download the project and check the (almost exact) dimensions. It's very useful!

    I hope this suggestion is useful for future projects.

    Other than that, great job!

    Keep up the excellent work and continue to challenge yourself with new projects. Your progress is impressive, and each project is a step forward in your front-end development journey! 🚀🌟.

    Happy coding.

    0
  • @Ezekiel225

    Posted

    Hello there 👋 @AndreyDimitrov3.

    Good job on completing the challenge !

    Your project looks really good!

    I have suggestions about your code that might interest you.

    📌If you don't have the Figma design files, I recommend using a browser extension called Perfect Pixel.

    It allows you to compare your finished project with the design images that come along when you download the project and check the (almost exact) dimensions. It's very useful!

    I hope this suggestion is useful for future projects.

    Other than that, great job!

    Keep up the excellent work and continue to challenge yourself with new projects. Your progress is impressive, and each project is a step forward in your front-end development journey! 🚀🌟.

    Happy coding.

    Marked as helpful

    0
  • Anna 130

    @Anastasia-Artemova

    Submitted

    Hi everyone. This is one of my first projects, so I really would like to know where I can improve myself. Hope you will give me some useful feedback. Thanks 😊

    multi-step-form

    #bootstrap#chakra-ui#react#typescript#vite

    1

    @Ezekiel225

    Posted

    Hello there 👋 @Anastasia-Artemova.

    Good job on completing the challenge !

    Your project looks really good!

    I have suggestions about your code that might interest you.

    📌If you don't have the Figma design files, I recommend using a browser extension called Perfect Pixel.

    It allows you to compare your finished project with the design images that come along when you download the project and check the (almost exact) dimensions. It's very useful!

    I hope this suggestion is useful for future projects.

    Other than that, great job!

    Keep up the excellent work and continue to challenge yourself with new projects. Your progress is impressive, and each project is a step forward in your front-end development journey! 🚀🌟.

    Happy coding.

    0
  • @Ezekiel225

    Posted

    Hello there 👋 @deep-git.

    Good job on completing the challenge !

    Your project looks really good!

    I have suggestions about your code that might interest you.

    📌If you don't have the Figma design files, I recommend using a browser extension called Perfect Pixel.

    It allows you to compare your finished project with the design images that come along when you download the project and check the (almost exact) dimensions. It's very useful!

    I hope this suggestion is useful for future projects.

    Other than that, great job!

    Keep up the excellent work and continue to challenge yourself with new projects. Your progress is impressive, and each project is a step forward in your front-end development journey! 🚀🌟.

    Happy coding.

    0
  • @Ezekiel225

    Posted

    Hello there 👋 @ifeoluwaadegbulugbe.

    Good job on completing the challenge !

    Your project looks really good!

    I have suggestions about your code that might interest you.

    📌 First: Use <main> to wrap the main content instead of <div>.

    Tags like <div> and <span> are typical examples of non-semantic HTML elements. They serve only as content holders but give no indication as to what type of content they contain or what role that content plays on the page.

    📌Using margin is not the best option to center an element. Here's a very efficient (and better) way to place an element in the middle of the page both vertically and horizontally: 📌 Apply this to the body element (in order to work properly, don't use position or margins):

    body {
        min-height: 100vh;
        display: flex;  /* it works with grid too  */
        justify-content: center;
        align-items: center;
    }
    

    📌If you don't have the Figma design files, I recommend using a browser extension called Perfect Pixel.

    It allows you to compare your finished project with the design images that come along when you download the project and check the (almost exact) dimensions. It's very useful!

    I hope this suggestion is useful for future projects.

    Other than that, great job!

    Keep up the excellent work and continue to challenge yourself with new projects. Your progress is impressive, and each project is a step forward in your front-end development journey! 🚀🌟.

    Happy coding.

    0
  • P
    awwsalah 240

    @awwsalah

    Submitted

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

    improvement of the css code

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

    i was not familiar with flex

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

    is there a better way to write the code and name the css classes

    @Ezekiel225

    Posted

    Hello there 👋 @awwsalah.

    Good job on completing the challenge !

    Your project looks really good!

    I have suggestions about your code that might interest you.

    📌 First: Use <main> to wrap the main content instead of <div>.

    Tags like <div> and <span> are typical examples of non-semantic HTML elements. They serve only as content holders but give no indication as to what type of content they contain or what role that content plays on the page.

    📌If you don't have the Figma design files, I recommend using a browser extension called Perfect Pixel.

    It allows you to compare your finished project with the design images that come along when you download the project and check the (almost exact) dimensions. It's very useful!

    I hope this suggestion is useful for future projects.

    Other than that, great job!

    Keep up the excellent work and continue to challenge yourself with new projects. Your progress is impressive, and each project is a step forward in your front-end development journey! 🚀🌟.

    Happy coding.

    Marked as helpful

    0
  • @Ezekiel225

    Posted

    Hello there 👋 @mnsa2020.

    Good job on completing the challenge !

    Your project looks really good!

    I have suggestions about your code that might interest you.

    📌If you don't have the Figma design files, I recommend using a browser extension called Perfect Pixel.

    It allows you to compare your finished project with the design images that come along when you download the project and check the (almost exact) dimensions. It's very useful!

    I hope this suggestion is useful for future projects.

    Other than that, great job!

    Keep up the excellent work and continue to challenge yourself with new projects. Your progress is impressive, and each project is a step forward in your front-end development journey! 🚀🌟.

    Happy coding.

    0
  • @Ezekiel225

    Posted

    Hello there 👋

    Good job on completing the challenge !

    Your project looks really good!

    I have suggestions about your code that might interest you.

    As you delve into web development, mastering semantic HTML is key to building well-structured and accessible websites. Here's some advice to get you started:

    📌Understand the Purpose: Semantic HTML isn't just about styling; it's about conveying meaning. Each HTML element serves a specific purpose, from indicating headings and paragraphs to defining navigation bars and footers.

    📌Choose the Right Element: Instead of relying solely on generic containers like <div> and <span>, opt for semantic elements like <header>, <nav>, <main>, <article>, <section>, <aside>, and <footer>. These elements provide clarity to both humans and search engines about the content's purpose and structure.

    📌Prioritize Accessibility: Semantic HTML plays a crucial role in making your websites accessible to all users, including those who rely on screen readers or assistive technologies. By using semantic elements correctly, you improve the navigation and comprehension of your site's content for everyone.

    📌Enhance SEO: Search engines favor websites with well-structured, semantic HTML. By using appropriate tags such as <h1> to <h6> for headings, <p> for paragraphs, and semantic elements for sections and articles, you improve your site's visibility and ranking in search engine results.

    📌Stay Consistent: Consistency is key to writing clean and maintainable code. Establish naming conventions and stick to them throughout your projects. This makes it easier for you and other developers to understand and modify the codebase as needed.

    📌Learn from Examples: Study the HTML structure of well-designed websites and open-source projects. Pay attention to how they use semantic elements to organize content and enhance user experience. You can learn valuable insights and techniques by analyzing real-world examples.

    📌Practice Regularly: Like any skill, mastering semantic HTML requires practice. Challenge yourself to refactor existing code to use more semantic elements, and incorporate them into your new projects from the start. The more you practice, the more natural it will become.

    Remember, semantic HTML isn't just a best practice—it's a fundamental building block of modern web development. By embracing semantic markup, you'll not only create more accessible and SEO-friendly websites but also become a more proficient and respected developer in the field.

    📌If you don't have the Figma design files, I recommend using a browser extension called Perfect Pixel.

    It allows you to compare your finished project with the design images that come along when you download the project and check the (almost exact) dimensions. It's very useful!

    I hope this suggestion is useful for future projects.

    Other than that, great job!

    Keep up the excellent work and continue to challenge yourself with new projects. Your progress is impressive, and each project is a step forward in your front-end development journey! 🚀🌟.

    Happy coding.

    0
  • @Ezekiel225

    Posted

    Hello there 👋 @WojjyGitHub.

    Good job on completing the challenge !

    Your project looks really good!

    I have suggestions about your code that might interest you.

    📌Using margin is not the best option to center an element. Here's a very efficient (and better) way to place an element in the middle of the page both vertically and horizontally: 📌 Apply this to the body element (in order to work properly, don't use position or margins):

    body {
        min-height: 100vh;
        display: flex;  /* it works with grid too  */
        justify-content: center;
        align-items: center;
    }
    

    📌If you don't have the Figma design files, I recommend using a browser extension called Perfect Pixel.

    It allows you to compare your finished project with the design images that come along when you download the project and check the (almost exact) dimensions. It's very useful!

    I hope this suggestion is useful for future projects.

    Other than that, great job!

    Keep up the excellent work and continue to challenge yourself with new projects. Your progress is impressive, and each project is a step forward in your front-end development journey! 🚀🌟.

    Happy coding.

    0
  • @Ezekiel225

    Posted

    Hello there 👋 @vaylon-fernandes.

    Good job on completing the challenge !

    Your project looks really good!

    I have suggestions about your code that might interest you.

    📌Using margin is not the best option to center an element. Here's a very efficient (and better) way to place an element in the middle of the page both vertically and horizontally: 📌 Apply this to the body element (in order to work properly, don't use position or margins):

    body {
        min-height: 100vh;
        display: flex;  /* it works with grid too  */
        justify-content: center;
        align-items: center;
    }
    

    📌If you don't have the Figma design files, I recommend using a browser extension called Perfect Pixel.

    It allows you to compare your finished project with the design images that come along when you download the project and check the (almost exact) dimensions. It's very useful!

    I hope this suggestion is useful for future projects.

    Other than that, great job!

    Keep up the excellent work and continue to challenge yourself with new projects. Your progress is impressive, and each project is a step forward in your front-end development journey! 🚀🌟.

    Happy coding.

    Marked as helpful

    1
  • @Ezekiel225

    Posted

    Hello there 👋 @EminAbdullayev1998.

    Good job on completing the challenge !

    Your project looks really good!

    I have suggestions about your code that might interest you.

    📌If you don't have the Figma design files, I recommend using a browser extension called Perfect Pixel.

    It allows you to compare your finished project with the design images that come along when you download the project and check the (almost exact) dimensions. It's very useful!

    I hope this suggestion is useful for future projects.

    Other than that, great job!

    Keep up the excellent work and continue to challenge yourself with new projects. Your progress is impressive, and each project is a step forward in your front-end development journey! 🚀🌟.

    Happy coding.

    0
  • @Ezekiel225

    Posted

    Hello there 👋 @mehak-2.

    Good job on completing the challenge !

    Your project looks really good!

    I have suggestions about your code that might interest you.

    📌 First: Use <main> to wrap the main content instead of <div>.

    Tags like <div> and <span> are typical examples of non-semantic HTML elements. They serve only as content holders but give no indication as to what type of content they contain or what role that content plays on the page.

    📌If you don't have the Figma design files, I recommend using a browser extension called Perfect Pixel.

    It allows you to compare your finished project with the design images that come along when you download the project and check the (almost exact) dimensions. It's very useful!

    I hope this suggestion is useful for future projects.

    Other than that, great job!

    Keep up the excellent work and continue to challenge yourself with new projects. Your progress is impressive, and each project is a step forward in your front-end development journey! 🚀🌟.

    Happy coding.

    1
  • Moses 260

    @mbtenkorang

    Submitted

    Hi @everyone ... I just finished this challenge 🥳🎉. Kindly, take some time to review it and make any recommendations or suggestions for improvement. Thank you.

    Responsive Result Summary Component

    #vite#vue#tailwind-css

    2

    @Ezekiel225

    Posted

    Hello there 👋 @mbtenkorang.

    Good job on completing the challenge !

    Your project looks really good!

    I have suggestions about your code that might interest you.

    📌 First: Use <main> to wrap the main content instead of <div>.

    Tags like <div> and <span> are typical examples of non-semantic HTML elements. They serve only as content holders but give no indication as to what type of content they contain or what role that content plays on the page.

    📌If you don't have the Figma design files, I recommend using a browser extension called Perfect Pixel.

    It allows you to compare your finished project with the design images that come along when you download the project and check the (almost exact) dimensions. It's very useful!

    I hope this suggestion is useful for future projects.

    Other than that, great job!

    Keep up the excellent work and continue to challenge yourself with new projects. Your progress is impressive, and each project is a step forward in your front-end development journey! 🚀🌟.

    Happy coding.

    0
  • @Ezekiel225

    Posted

    Hello there 👋 @khabbab50.

    Good job on completing the challenge !

    Your project looks really good!

    I have suggestions about your code that might interest you.

    📌 First: Use <main> to wrap the main content instead of <div>.

    Tags like <div> and <span> are typical examples of non-semantic HTML elements. They serve only as content holders but give no indication as to what type of content they contain or what role that content plays on the page.

    📌If you don't have the Figma design files, I recommend using a browser extension called Perfect Pixel.

    It allows you to compare your finished project with the design images that come along when you download the project and check the (almost exact) dimensions. It's very useful!

    I hope this suggestion is useful for future projects.

    Other than that, great job!

    Keep up the excellent work and continue to challenge yourself with new projects. Your progress is impressive, and each project is a step forward in your front-end development journey! 🚀🌟.

    Happy coding.

    Marked as helpful

    0
  • @Ezekiel225

    Posted

    Hello there 👋

    Good job on completing the challenge !

    Your project looks really good!

    I have suggestions about your code that might interest you.

    📌 First: Use <main> to wrap the main content instead of <div>.

    Tags like <div> and <span> are typical examples of non-semantic HTML elements. They serve only as content holders but give no indication as to what type of content they contain or what role that content plays on the page.

    📌If you don't have the Figma design files, I recommend using a browser extension called Perfect Pixel.

    It allows you to compare your finished project with the design images that come along when you download the project and check the (almost exact) dimensions. It's very useful!

    I hope this suggestion is useful for future projects.

    Other than that, great job!

    Keep up the excellent work and continue to challenge yourself with new projects. Your progress is impressive, and each project is a step forward in your front-end development journey! 🚀🌟.

    Happy coding.

    Marked as helpful

    1
  • @Ezekiel225

    Posted

    Hello there 👋 @coder-ralph.

    Good job on completing the challenge !

    Your project looks really good!

    I have suggestions about your code that might interest you.

    📌If you don't have the Figma design files, I recommend using a browser extension called Perfect Pixel.

    It allows you to compare your finished project with the design images that come along when you download the project and check the (almost exact) dimensions. It's very useful!

    I hope this suggestion is useful for future projects.

    Other than that, great job!

    Keep up the excellent work and continue to challenge yourself with new projects. Your progress is impressive, and each project is a step forward in your front-end development journey! 🚀🌟.

    Happy coding.

    Marked as helpful

    1
  • @Ezekiel225

    Posted

    Hello there 👋 @manvisingh3097

    Good job on completing the challenge !

    Your project looks really good!

    I have suggestions about your code that might interest you.

    📌 First: Use <main> to wrap the main content instead of <div>.

    Tags like <div> and <span> are typical examples of non-semantic HTML elements. They serve only as content holders but give no indication as to what type of content they contain or what role that content plays on the page.

    📌If you don't have the Figma design files, I recommend using a browser extension called Perfect Pixel.

    It allows you to compare your finished project with the design images that come along when you download the project and check the (almost exact) dimensions. It's very useful!

    I hope this suggestion is useful for future projects.

    Other than that, great job!

    Keep up the excellent work and continue to challenge yourself with new projects. Your progress is impressive, and each project is a step forward in your front-end development journey! 🚀🌟.

    Happy coding.

    0
  • @Ezekiel225

    Posted

    Hello there 👋 @awwsalah

    Good job on completing the challenge !

    Your project looks really good!

    I have suggestions about your code that might interest you.

    📌Using margin is not the best option to center an element. Here's a very efficient (and better) way to place an element in the middle of the page both vertically and horizontally: 📌 Apply this to the body element (in order to work properly, don't use position or margins):

    body {
        min-height: 100vh;
        display: flex;  /* it works with grid too  */
        justify-content: center;
        align-items: center;
    }
    

    📌If you don't have the Figma design files, I recommend using a browser extension called Perfect Pixel.

    It allows you to compare your finished project with the design images that come along when you download the project and check the (almost exact) dimensions. It's very useful!

    I hope this suggestion is useful for future projects.

    Other than that, great job!

    Keep up the excellent work and continue to challenge yourself with new projects. Your progress is impressive, and each project is a step forward in your front-end development journey! 🚀🌟.

    Happy coding.

    0
  • @Ezekiel225

    Posted

    Hello there 👋 @Mahmoud-Attalla.

    Good job on completing the challenge !

    Your project looks really good!

    I have suggestions about your code that might interest you.

    📌If you don't have the Figma design files, I recommend using a browser extension called Perfect Pixel.

    It allows you to compare your finished project with the design images that come along when you download the project and check the (almost exact) dimensions. It's very useful!

    I hope this suggestion is useful for future projects.

    Other than that, great job!

    Keep up the excellent work and continue to challenge yourself with new projects. Your progress is impressive, and each project is a step forward in your front-end development journey! 🚀🌟.

    Happy coding.

    0
  • @Ezekiel225

    Posted

    Hello there 👋 @IshwarPatel98.

    Good job on completing the challenge !

    Your project looks really good!

    I have suggestions about your code that might interest you.

    📌 First: Use <main> to wrap the main content instead of <div>.

    Tags like <div> and <span> are typical examples of non-semantic HTML elements. They serve only as content holders but give no indication as to what type of content they contain or what role that content plays on the page.

    📌If you don't have the Figma design files, I recommend using a browser extension called Perfect Pixel.

    It allows you to compare your finished project with the design images that come along when you download the project and check the (almost exact) dimensions. It's very useful!

    I hope this suggestion is useful for future projects.

    Other than that, great job!

    Keep up the excellent work and continue to challenge yourself with new projects. Your progress is impressive, and each project is a step forward in your front-end development journey! 🚀🌟.

    Happy coding.

    0
  • @Ezekiel225

    Posted

    Hello there 👋 @YoonadiMon.

    Good job on completing the challenge !

    Your project looks really good!

    I have suggestions about your code that might interest you.

    📌 First: Use <main> to wrap the main content instead of <div>.

    Tags like <div> and <span> are typical examples of non-semantic HTML elements. They serve only as content holders but give no indication as to what type of content they contain or what role that content plays on the page.

    📌Using margin is not the best option to center an element. Here's a very efficient (and better) way to place an element in the middle of the page both vertically and horizontally: 📌 Apply this to the body element (in order to work properly, don't use position or margins):

    body {
        min-height: 100vh;
        display: flex;  /* it works with grid too  */
        justify-content: center;
        align-items: center;
    }
    

    📌If you don't have the Figma design files, I recommend using a browser extension called Perfect Pixel.

    It allows you to compare your finished project with the design images that come along when you download the project and check the (almost exact) dimensions. It's very useful!

    Try to fix the problem your the image too.

    I hope this suggestion is useful for future projects.

    Other than that, great job!

    Keep up the excellent work and continue to challenge yourself with new projects. Your progress is impressive, and each project is a step forward in your front-end development journey! 🚀🌟.

    Happy coding.

    Marked as helpful

    1