batterydied / Aquatica

0 stars 0 forks source link

Integrate Cart Page with Backend #49

Open devinbowler opened 1 day ago

devinbowler commented 1 day ago

Integrate the Cart page with backend APIs to enable the following functionalities:

  1. Fetch cart items from the backend and display them in the UI.
  2. Remove items from the cart via the backend API.
  3. Update item quantities through backend calls.

The integration will use the CartService to handle API calls and update the UI dynamically based on backend responses.

Point Value: 5 Size Category: Medium