Skip to content
  • Unlock Pro
  • Log in with GitHub
Profile
OverviewSolutions
18
Comments
12
Mahmud1Available
@Mahmud1Available

All comments

  • P
    MathiasHun1•700
    @MathiasHun1
    Submitted about 1 month ago

    E-commerce product page

    #material-ui#react
    2
    Mahmud1Available•440
    @Mahmud1Available
    Posted about 1 month ago

    its a nice one but u didnt do the light box

  • Sir_josh01•120
    @Sir-josh01
    Submitted 3 months ago
    What challenges did you encounter, and how did you overcome them?

    -Making the websites responsive -Making the functionality (error-messages) to show.

    Contact-form

    1
    Mahmud1Available•440
    @Mahmud1Available
    Posted 3 months ago

    nice one but pls try to reduce the width of the form .in your js try using form.submit so that the information can be stored in your local storage

    Marked as helpful
  • Saima Ahmed Sial•1,220
    @saimasial-bit
    Submitted 3 months ago
    What are you most proud of, and what would you do differently next time?

    I’m most proud of achieving a pixel-perfect design, ensuring correct layout, colors, and spacing. The code is well-structured and follows best practices. I also focused on responsive styling to make it mobile-friendly. Next time, I would improve accessibility with better contrast and ARIA labels. I’d also add subtle animations for better user engagement. Lastly, I’d optimize print styles for a cleaner printed version.

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

    One of the challenges I faced was aligning the elements perfectly according to the design. Initially, some sections were not positioned correctly, but I resolved this by carefully adjusting margins, paddings, and using flexbox. Another challenge was ensuring that the text and images were responsive. I overcame this by using relative units like percentages and rem instead of fixed pixel values.

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

    This project helped me strengthen my CSS skills, especially in layout techniques like grid and flexbox. I also learned the importance of attention to detail when recreating a design. Additionally, I realized how crucial it is to test the design on different screen sizes to ensure responsiveness.

    Product-list-with-cart | HTML CSS JS

    2
    Mahmud1Available•440
    @Mahmud1Available
    Posted 3 months ago

    "Great job on the solution! The layout looks clean and responsive. However, I noticed that you haven't used semantic HTML elements like <figcaption> and <figure>. Adding them would improve accessibility and readability. Also, on smaller screens, the text alignment looks slightly off. Adjusting the padding/margins might help. Keep up the great work!".and u should improve better on the css like in the confirn order u should remove those dot in ul by using list-style:none; in the css.

    Marked as helpful
  • Saima Ahmed Sial•1,220
    @saimasial-bit
    Submitted 3 months ago
    What are you most proud of, and what would you do differently next time?

    I’m most proud of achieving a pixel-perfect design, ensuring correct layout, colors, and spacing. The code is well-structured and follows best practices. I also focused on responsive styling to make it mobile-friendly. Next time, I would improve accessibility with better contrast and ARIA labels. I’d also add subtle animations for better user engagement. Lastly, I’d optimize print styles for a cleaner printed version.

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

    One of the challenges I faced was aligning the elements perfectly according to the design. Initially, some sections were not positioned correctly, but I resolved this by carefully adjusting margins, paddings, and using flexbox. Another challenge was ensuring that the text and images were responsive. I overcame this by using relative units like percentages and rem instead of fixed pixel values.

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

    This project helped me strengthen my CSS skills, especially in layout techniques like grid and flexbox. I also learned the importance of attention to detail when recreating a design. Additionally, I realized how crucial it is to test the design on different screen sizes to ensure responsiveness.

    Product-list-with-cart | HTML CSS JS

    2
    Mahmud1Available•440
    @Mahmud1Available
    Posted 3 months ago

    "Great job on the solution! The layout looks clean and responsive. However, I noticed that you haven't used semantic HTML elements like <figcaption> and <figure>. Adding them would improve accessibility and readability. Also, on smaller screens, the text alignment looks slightly off. Adjusting the padding/margins might help. Keep up the great work!".and u should improve better on the css like in the confirn order u should remove those dot in ul by using list-style:none; in the css.

    Marked as helpful
  • Simr-coder•120
    @Simr-coder
    Submitted 3 months ago
    What specific areas of your project would you like help with?

    To highlight number with routing I used location.pathname but I need some better approach

    Multi-Step-Form

    #react#tailwind-css#react-router
    1
    Mahmud1Available•440
    @Mahmud1Available
    Posted 3 months ago

    I love it great effort, lovely design🎉🎉

    In terms of key areas for improvement:

    avoid setting: outline: none; i understand this can be tempting to do this, as the default outline usually looks ugly, but it can cause accessibility problems for users that make use of accessibility features. Outline is an important part of the accessibility tree to help users navigate and see selected areas of the form

    while this can be overcome with other ways of styling, as you have done here, but it is still recommended to keep the outline. perhaps as an alternative, you could style the outline as needed instead of adding an additional boarder

    make use of <main> element to place the content into the main block

    this makes it easier to control layout and page size as demonstrated in this code:

    <main> // Html or react codes in between </main>

    html, body{ height: 100%; }

    main{ min-height: 100%; }

    Marked as helpful
  • P
    FO•205
    @de-furkan
    Submitted 3 months ago

    Product Preview Card | HTML/CSS/JS/Responsive

    1
    Mahmud1Available•440
    @Mahmud1Available
    Posted 3 months ago

    Nice job, however, you should consider all details in the design such as borders, opacity, and sizing. Remember these are critical and does make a difference. And I also love what u did for the background and the translation nice one. and also how is it that with one solution u got 145 points

    Marked as helpful
  • P
    kindlypi8MCeN7•150
    @kindlypi8MCeN7
    Submitted 3 months ago
    What are you most proud of, and what would you do differently next time?

    Nothing in particular.

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

    Nothing in particular.

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

    Nothing in particular.

    Testimonials grid section

    2
    Mahmud1Available•440
    @Mahmud1Available
    Posted 3 months ago

    Improve HTML5 semantics. You could change <main> to <article>, for carts use <section>, in <section> use <header> and others <section>.<figure> and <figcaption>.and i like the way u used the box shadow.

    Marked as helpful
  • Zahra Abellou•370
    @zahraabellu
    Submitted 3 months ago

    Advice generator app

    2
    Mahmud1Available•440
    @Mahmud1Available
    Posted 3 months ago

    Right now, the API call only runs when the button is clicked. To fetch data on page load too, just call the function inside a load event. and your width shuld be static and not be changing

  • Mahmud1Available•440
    @Mahmud1Available
    Submitted 4 months ago

    yes it is very responsive

    1
    Mahmud1Available•440
    @Mahmud1Available
    Posted 4 months ago

    please help me correct me on my html

  • Asia Ashraf•1,000
    @asia272
    Submitted 4 months ago

    Blog Preview Card

    #pure-css
    2
    Mahmud1Available•440
    @Mahmud1Available
    Posted 4 months ago

    Great job! 👏 I really appreciate your project—it's excellent! You’ve done an amazing job with the implementation, but I have a small suggestion. Adding a border-radius to your .card-status would help it match the requirements better and improve the overall design consistency. This small tweak will enhance the visual appeal of your project. Keep up the great work! 🚀

  • Mahmud1Available•440
    @Mahmud1Available
    Submitted 4 months ago

    yes it is very responsive

    1
    Mahmud1Available•440
    @Mahmud1Available
    Posted 4 months ago

    pleas i need help on my css with the accent color ofmy radio i gave it yellow but it is showing yellow and black

  • PastelMeow•40
    @PastelMeow
    Submitted 4 months ago

    Product Review Card Component

    1
    Mahmud1Available•440
    @Mahmud1Available
    Posted 4 months ago

    Nice job, however you should consider all details in the design such as borders, opacity and sizing. Remember these are critical and does make a difference.

Frontend Mentor logo

Stay up to datewith new challenges, featured solutions, selected articles, and our latest news

Frontend Mentor

  • Unlock Pro
  • Contact us
  • FAQs
  • Become a partner

Explore

  • Learning paths
  • Challenges
  • Solutions
  • Articles

Community

  • Discord
  • Guidelines

For companies

  • Hire developers
  • Train developers
© Frontend Mentor 2019 - 2025
  • Terms
  • Cookie Policy
  • Privacy Policy
  • License

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub

Oops! 😬

You need to be logged in before you can do that.

Log in with GitHub