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
@sanajaniAll comments
- @BrancogSubmitted over 1 year ago
- @ughvopSubmitted over 1 year ago
I fixed the flex problem, thanks to all who have helped!
@sanajaniPosted over 1 year agolook 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 - @cwwittorSubmitted over 1 year ago
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!
@sanajaniPosted over 1 year ago- 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
- variable names ? variable names should explain what is the job of variable and what will that variable contain
Marked as helpful1