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

Progressbar implemented #568

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

srishti023
Copy link

Description

This PR implements a responsive progress bar with a bluish-to-yellowish gradient that visually represents the user's scroll progress on the webpage. The gradient adds a modern and dynamic feel to the UI, smoothly transitioning as the user scrolls. The progress bar adapts well to different screen sizes, ensuring a consistent and appealing user experience across devices.

  • This PR does the following:
    • Adds Bluish-to-yellowish gradient for a visually striking look.
    • Smooth animation reflecting scrolling progress.
    • Responsive design that adjusts based on screen size.

Related Issues

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

Changes

List the detailed changes made in this PR.

  • Added a new feature to implement a scroll progress bar that tracks the user's scroll activity and displays it as a bluish-to-yellowish gradient.
  • Refactored the existing layout CSS to ensure proper responsiveness for the progress bar across all screen sizes (mobile, tablet, desktop).
  • Enhanced the scrolling animation for a smoother transition effect when the progress bar updates as the user scrolls.

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)

Add any screenshots that help explain or visualize the changes.

Online.Book.Sales.-.Google.Chrome.2024-10-20.11-14-49.mp4

Additional Context

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

  • This PR is based on the following...

Checklist

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

  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings
  • I am working on this issue under GSSOC

Copy link

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

@Suman373
Copy link
Collaborator

Suman373 commented Oct 22, 2024

@srishti023 Nice work !

@Suman373 Suman373 added enhancement New feature or request level2 gssoc-ext hacktoberfest-accepted For valid PRs during hacktoberfest event labels Oct 22, 2024
@Suman373 Suman373 changed the title progressbar implemented Progressbar implemented Oct 22, 2024
@Trisha-tech
Copy link
Owner

Description

This PR implements a responsive progress bar with a bluish-to-yellowish gradient that visually represents the user's scroll progress on the webpage. The gradient adds a modern and dynamic feel to the UI, smoothly transitioning as the user scrolls. The progress bar adapts well to different screen sizes, ensuring a consistent and appealing user experience across devices.

  • This PR does the following:

    • Adds Bluish-to-yellowish gradient for a visually striking look.
    • Smooth animation reflecting scrolling progress.
    • Responsive design that adjusts based on screen size.

Related Issues

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

Changes

List the detailed changes made in this PR.

  • Added a new feature to implement a scroll progress bar that tracks the user's scroll activity and displays it as a bluish-to-yellowish gradient.
  • Refactored the existing layout CSS to ensure proper responsiveness for the progress bar across all screen sizes (mobile, tablet, desktop).
  • Enhanced the scrolling animation for a smoother transition effect when the progress bar updates as the user scrolls.

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)

Add any screenshots that help explain or visualize the changes.

Online.Book.Sales.-.Google.Chrome.2024-10-20.11-14-49.mp4

Additional Context

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

  • This PR is based on the following...

Checklist

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

  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings
  • I am working on this issue under GSSOC

Kindly resolve these conflicts @srishti023
Fixed Search Function to Notify Users of Empty Input and No Matching Books by darshinihoney · Pull Request #476 · Trisha-tech_OnlineBookSales - Google Chrome 10_22_2024 2_31_40 PM

@srishti023 srishti023 closed this Oct 22, 2024
@srishti023 srishti023 reopened this Oct 22, 2024
@srishti023
Copy link
Author

srishti023 commented Oct 22, 2024

@Trisha-tech please check

@srishti023
Copy link
Author

Please merge my PR

@Suman373
Copy link
Collaborator

@Trisha-tech you may verify and merge this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request gssoc-ext hacktoberfest-accepted For valid PRs during hacktoberfest event level2
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature Request]: Missing Progress Bar and Hamburger Functionality on Pages
3 participants