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 239 forks source link

Feature Updated for issue: #638 #655

Open Aryan-01-star opened 3 weeks ago

Aryan-01-star commented 3 weeks ago

Description

Under this, I have added a new glowing card feature to the website book section. I have also added multiple animations and UI improvements inside the website, leading to a better User experience (UX). Also, I have removed an error in the code and fixed the website's navbar, where some of the nav links were duplicated, and the UI was also not that appealing.

Related Issues

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 the npm test to execute the test suite.
  4. Verify that ...

Screenshots (if applicable)

For navbar: Before: Screenshot 2024-10-31 032629 After: image

For card:

https://github.com/user-attachments/assets/498bbfc0-dce3-480a-b42d-72516d64a510

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 3 weeks 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! 😊

shaurya35 commented 3 weeks ago

@Aryan-01-star why did you change /Component to /component In every file?

Aryan-01-star commented 3 weeks ago

Because it will throw an error as the file declared inside has component instead of Component For instance if we take: import Preloader from '../Components/Preloader'; The output will be: image

Aryan-01-star commented 2 weeks ago

@shaurya35 bro isn't my code acceptable, can you please clear me out

mridulsaggi commented 2 weeks ago

it has conflicts , please resolve them

Aryan-01-star commented 2 weeks ago

But bro I don't have write access

Aryan-01-star commented 2 weeks ago

Also this is because I have conducted small changes to each of them