Niharika0104 / TrendTrove

An E-commerce application
https://trend-trove-three.vercel.app/
Apache License 2.0
8 stars 32 forks source link

Add Wishlist Feature and fix Main logo size #18

Closed Akash4701 closed 4 months ago

Akash4701 commented 5 months ago

Is your feature request related to a problem? Please describe.

Add a new wishlist feature to the website. Users should be able to add items to their wishlist, view the wishlist, and remove items from the wishlist. The wishlist should be stored in localStorage to persist across sessions.

Describe the solution you'd like

1.Create a React Context to manage the wishlist state globally. 2.Implement functions to add and remove items from the wishlist and store these changes in localStorage. 3.Create a Wishlist component to display the wishlist items. 4.Update existing components to include the option to add items to the wishlist. 5.Ensure the wishlist state persists across sessions using localStorage.

Acceptance Criteria:

Users can add items to the wishlist. Users can view their wishlist items. Users can remove items from the wishlist. The wishlist state is saved in localStorage and persists across sessions. The implementation is responsive and works on various devices and browsers.

Akash4701 commented 5 months ago

PLease assign me this issue @Niharika0104 for SSoC'2024

Niharika0104 commented 5 months ago

@Akash470 .Front end is there for this feature just integrate it with backend.Tell me your approach for this.How are you going to change the schema for this.

nandita27iitp commented 5 months ago

@Kritika30032002 Can I work on it

Kritika30032002 commented 5 months ago

add #5 in this only as that is very small change