victorchrollo14 / mernEcommerce

Ecommerce site built with mern
https://menstribe.vercel.app
5 stars 5 forks source link

[Feature] : Add Sorting Functionality in Shop Page #50

Closed Monilprajapati closed 12 months ago

Monilprajapati commented 1 year ago

Add sorting functionality in Shop page

Preview : image

victorchrollo14 commented 1 year ago

Just put the logic part on hold for now. Go ahead and create the component for this one plus the one you see towards it's left corner in the design.

victorchrollo14 commented 1 year ago

I'm thinking of changing the logic for productContext such that we will provide the category state within the productContextProvider this way we will be able to change the product categories that are shown in shop page from differnt places like mobile navigation as well the component to switch between products.

victorchrollo14 commented 12 months ago

fixed