Trisha-tech / OnlineBookSales

This project named Online Book Sales - Backend deals with developing an e-commerce website for Online Book Sale. It provides the user with a catalog of different books available for purchase in the store. In order to facilitate online purchase, a shopping cart is provided to the user.
https://book4u-j5au.onrender.com/
MIT License
139 stars 242 forks source link

Added the context and redux for cart,wishlist,searchBar,pricefilter. #145

Closed ASHISH-JHA94 closed 5 months ago

ASHISH-JHA94 commented 6 months ago

Description

- Now i have connectedd the frontend with backend and everything working properly i have save some random data to display the things ,you have to save something to view it .

Screenshot 2024-05-31 085335 Screenshot 2024-05-31 085444

I have tested everything it is working fine and have added context related to filter books on the basis of types of book.

Related Issues

fixes #135

Changes

List the detailed changes made in this PR.

Testing Instructions

Detailed instructions on how to test the changes. Include any setup needed and specific test cases.

  1. Pull this branch.
  2. Run npm install to install dependencies.
  3. Run npm test to execute the test suite.
  4. Verify that the search and price filtering functionalities work as expected.
  5. Check that the wishlist and cart icons in the navbar display the correct item counts and have hover effects.
  6. Ensure that the shopping cart and wishlist states are managed correctly using Redux.

Screenshots (if applicable)

Add any screenshots that help explain or visualize the changes.

Screenshot 2024-05-31 090612 this is the filter button will aplly on shop page while shopping.

Additional Context

Any additional context or information that reviewers should be aware of.

Checklist

Make sure to check off all the items before submitting. Mark with [x] if done.

github-actions[bot] commented 6 months ago

Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our CONTRIBUTING.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊

ASHISH-JHA94 commented 5 months ago

@Trisha-tech you can merge this pull request now