Kanika637 / amazon-clone

Clone of Amazon Website
MIT License
89 stars 100 forks source link

#113 make products dynamic #146

Closed ShubhamPatil0723 closed 1 year ago

ShubhamPatil0723 commented 1 year ago

Description

Fixes: #113 Issue

Type of change

Checklist:


ATTACH SCREEN-SHOTS / DEPLOYMENT LINK:

https://user-images.githubusercontent.com/92074003/197774067-2a17db14-e983-4705-a8ac-e11332917b59.mp4

Additional info

The carousel still needs some work, Previously it had -ve margin and its size was dynamic because of which products were going on top of it

Possible fix

Kanika637 commented 1 year ago

Hey @ShubhamPatil0723, If I am not wrong then the issue you are working on was to make the products dynamic. The responsiveness is already there. Kindly check that!

ShubhamPatil0723 commented 1 year ago

@Kanika637 No, My issue was related to refactoring manually typed products by changing it to list rendering which would render new products based on data array

Kanika637 commented 1 year ago

Got it @ShubhamPatil0723, but why is there so much space between the carousel and the products? Kindly look into that

ShubhamPatil0723 commented 1 year ago

Got it @ShubhamPatil0723, but why is there so much space between the carousel and the products? Kindly look into that

It's because I have removed negative margin, if I add this then products will overlap with each other, (As mentioned in additional info of PR)We need to add new images for different breakpoints which should solve issue

ShubhamPatil0723 commented 1 year ago

I can work on it if needed but I have exams now so I need to focus on that

Kanika637 commented 1 year ago

I can work on it if needed but I have exams now so I need to focus on that

Okay, you can work on that.