Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add to the cart feature using firebase #35

Merged
merged 4 commits into from
Feb 9, 2024

Conversation

MAVRICK-1
Copy link
Member

@MAVRICK-1 MAVRICK-1 commented Feb 9, 2024

Pull Request: Add Cart Feature using Firebase

Description

This pull request adds a cart feature to the ONDC website using Firebase to manage the cart items.

Changes Made

  • Added Firebase configuration for authentication and database.
  • Implemented cart functionality including adding, removing, and updating items in the cart.
  • Displayed the cart items on the UI with the ability to adjust quantities and remove items.
  • Updated the UI to show a notification when items are added to the cart.

Screenshots (if applicable)

[Insert screenshots here]

How to Test

  1. Clone this branch and install dependencies.
  2. Set up Firebase project and add configuration details.
  3. Navigate to the ONDC website and login/register.
  4. Browse products and add items to the cart.
  5. Verify that items are displayed in the cart and can be updated or removed.
  6. Check that the cart data is persisted across sessions.

Checklist

  • Code follows the project's style guidelines.
  • Documentation has been updated to reflect the changes.
  • Firebase security rules have been configured appropriately.

Related Issues

#11

@MAVRICK-1 MAVRICK-1 merged commit b80c958 into SHANKARA-CODERS:main Feb 9, 2024
1 of 2 checks passed
@MAVRICK-1 MAVRICK-1 changed the title Add to the cart feature added Add to the cart feature using firebase Mar 16, 2024
@SHANKARA-CODERS SHANKARA-CODERS deleted a comment from vercel bot Mar 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant