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

  • Brankoβ€’ 150

    @Brancog

    Submitted

    The most challenging part of this project was cart functionality,decided to use localstorage to save the data. Looking forward to making a full ecommerce project with a real database and user authentication.

    Sanaullahβ€’ 190

    @sanajani

    Posted

    well done bro nice job

    1
  • Sanaullahβ€’ 190

    @sanajani

    Posted

    look dear you should see div as box. things and elements that should be together put them inside single div like you have image and text put them inside one div and text that left put that inside another div then on parent element add flex with justify-content that will work

    0
  • @cwwittor

    Submitted

    Tried to detail out things I know that I had done wrong and what I wanted to work on.

    Some questions I had for the community would be:

    • How would or did you tackle the image being half off screen for tablet and desktop designs?
    • How do you think about naming conventions for variables and classes? I think mine got a bit messy and want to improve there.
    • Are there any recommendations on things I can improve upon based on my code or implementations?

    Thank you anyone who takes the time to check this out, I am still not great with front end work but I really want to improve my skills and will continue to work on projects here!

    Sanaullahβ€’ 190

    @sanajani

    Posted

    1. how to set size on image. in most of cases put the image inside separate div on div set max-width or width property then give the image width 100% this will work you can use object-fit or object-contain... properties on your image div
    2. variable names ? variable names should explain what is the job of variable and what will that variable contain

    Marked as helpful

    1