Skip to content
  • Unlock Pro
  • Log in with GitHub
Profile
OverviewSolutions
15
Comments
15
mohammed1215
@mohammed1215

All comments

  • Tonye Hugo Onuoha•600
    @Tonye-Onuoha
    Submitted about 2 months ago
    What are you most proud of, and what would you do differently next time?

    I am most proud of my ability to complete this project.

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

    I did not encounter any major challenges.

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

    None that I can think of for now, but I am open to feedback on my work.

    Room-Homepage Solution

    1
    mohammed1215•230
    @mohammed1215
    Posted about 1 month ago

    Nice job. you did great job

  • Habeeb Alamutu•220
    @habeebalamutu
    Submitted 2 months ago

    Loopstudio landing page

    1
    mohammed1215•230
    @mohammed1215
    Posted 2 months ago

    Nice work

  • Moundjid Machghour•480
    @PxMach
    Submitted 2 months ago

    Frontend Mentor | NFT preview card component

    1
    mohammed1215•230
    @mohammed1215
    Posted 2 months ago

    Great Work. you have done it well.

  • PastaSus•420
    @PastaSus
    Submitted 2 months ago
    What are you most proud of, and what would you do differently next time?

    Understood all of the code here, maybe improve the accessibility even more next time

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

    at first my thoughts wasn't organized and was not sure on how i was going to build this, i organized my thoughts through writing the steps down one by one so i can have a guide to follow through

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

    I'm not sure whether there are problems since its working fine, but feedbacks are much appreciated!

    Tip calculator app

    1
    mohammed1215•230
    @mohammed1215
    Posted 2 months ago

    Great job.

    you did well

  • P
    GeraASM•630
    @GeraASM
    Submitted 2 months ago
    What are you most proud of, and what would you do differently next time?

    The next time, I'll start with the design the texts to the mobile to transform the desktop. Remember to put the heigth first in the grid and the tasks height: auto

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

    The SVG the part change the color with :hover. Some article where i can read about this topic.

    I use grid and reuse svg to change the color

    1
    mohammed1215•230
    @mohammed1215
    Posted 2 months ago

    Great Job Gera you have done it so well.

  • P
    GeraASM•630
    @GeraASM
    Submitted 2 months ago

    Finish the concept on form

    1
    mohammed1215•230
    @mohammed1215
    Posted 2 months ago

    You did a great job actually. what i recommend is reducing the width of the form

  • HamzehAlayan01•100
    @HamzehAlayan01
    Submitted 4 months ago

    Article Preview Component

    1
    mohammed1215•230
    @mohammed1215
    Posted 4 months ago

    your design is good but it have some issues.

    • you didn't handle the responsivness on the mobile design.
    • i think it would be better if you made the active state animate using javascript or using the css properity transition-behavior: allow-discrete with the @starting-style{}
  • budijiie•100
    @budijiie
    Submitted 4 months ago
    What specific areas of your project would you like help with?

    Any advice will be apreciated. Thank You

    Testimonials grid section

    1
    mohammed1215•230
    @mohammed1215
    Posted 4 months ago

    You did it good. congratulations. keep it up

  • nikhilbleedsblue•100
    @nikhilbleedsblue
    Submitted 5 months ago

    responsive 4 card layout

    1
    mohammed1215•230
    @mohammed1215
    Posted 5 months ago

    you did a great job in handling the layout. great job

  • notfaraway•50
    @notfaraway
    Submitted 5 months ago

    Setting color with root

    1
    mohammed1215•230
    @mohammed1215
    Posted 5 months ago

    i think it would be better if you spicify that the image height is 100% of the container. but over all it is good.

    keep going

  • danielmartinscode•70
    @danielmartinscode
    Submitted 5 months ago

    Responsive landing page

    1
    mohammed1215•230
    @mohammed1215
    Posted 5 months ago

    Great Job i think you did well in making the page. good in font size. but i would recommend to increase the padding of the main content alittle like 10px or 15px.

    Marked as helpful
  • RaiLima29•20
    @RaiLima29
    Submitted 5 months ago

    Blog Card

    1
    mohammed1215•230
    @mohammed1215
    Posted 5 months ago

    You need to give the image the full width of the parent and also to increase the padding of the learning word

  • Tyshawn Anthony•115
    @tyshawn-anthony
    Submitted 5 months ago
    What are you most proud of, and what would you do differently next time?

    Feels like I'm coming a decent way, and am proud of getting more acclimated into the code.

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

    I didn't encounter many challenges this time around, I don't recall.

    Social Links Profile | Flexbox

    1
    mohammed1215•230
    @mohammed1215
    Posted 5 months ago

    that is a great one with responsive design. the text color is friendly

  • arisalinas123•20
    @arisalinas123
    Submitted 5 months ago
    What are you most proud of, and what would you do differently next time?

    I'm proud of how I was able to get the element to be responsive.

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

    I was having a lot of trouble with how to group the content with HTML and figuring out what type of elements work best for what I was trying to accomplish. Styling the main issue was having was the inline/block displays as well as the how the gap everything within my content container.

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

    I would like help on smaller and cleaner code. Maybe using more complex operations?

    Blog Preview Card Main - CSS

    1
    mohammed1215•230
    @mohammed1215
    Posted 5 months ago

    i think you need to download the images or the startup kit

  • Lea•30
    @Leamurturi4
    Submitted 5 months ago
    What are you most proud of, and what would you do differently next time?

    I'm really proud of myself for solving this challenge and successfully implementing the QR code component. It was a great learning experience, and I enjoyed working through the process. Next time, I would consider using Tailwind CSS to streamline the styling and make the design process more efficient."

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

    One of the main challenges I encountered was getting the image to display correctly, especially when deploying to GitHub Pages. At first, I faced a 404 error because of incorrect file paths and case sensitivity issues. I overcame this by carefully checking the folder structure, ensuring the correct relative path, and making sure the image was properly uploaded to the repository. Additionally, I had to clear my cache and refresh the page to see the updates. Through this process, I learned the importance of attention to detail when working with file paths and deployment

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

    I'm happy with how I solved the challenge, but I would love feedback on improving my CSS structure and best practices. Specifically, I’m considering using Tailwind CSS next time, so any advice on how to integrate it efficiently would be helpful. Additionally, if there are ways to optimize my HTML and make it more accessible or maintainable, I’d appreciate suggestions

    QR code component with html and css

    1
    mohammed1215•230
    @mohammed1215
    Posted 5 months ago

    Nice work

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

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