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://online-book-sales-backend.onrender.com/
MIT License
52 stars 77 forks source link

Pre loader component #183

Closed Sneha0019 closed 1 week ago

Sneha0019 commented 1 week ago

Description

A clear and concise description of what the PR does.

Related Issues

Link any related issues using the format Fixes #issue_number. This helps to automatically close related issues when the PR is merged.

Changes

List the detailed changes made in this PR..Added Spinner.gif file and then created spinner.js file then from spinner.js file I imported spinner gif into shop page, cart page, orders page, wishlist page, etc at all places where data will come from backend so that it will take time to load and till that loading preloader will run. For this I have added a logic and made required changes. Also I made changes in css of the preloader component like align it in the center of the page.

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 ...

Screenshots (if applicable)

https://github.com/Trisha-tech/OnlineBookSales/assets/112338459/52271280-d26f-40bb-89b4-37d0e224a5c8

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 1 week 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! 😊

Sneha0019 commented 1 week ago

Hello, @Trisha-tech I have successfully added and resolved issue of preloader component in our project. The changes have been implemented and any conflicts have been resolved. Please review it!