[X] I have checked "open" AND "closed" issues and this is not a duplicate
Is your feature request related to a problem/unavailable functionality? Please describe.
There is no scroll progress bar, users do not have a clear visual indication of their progress through a page. This can lead to uncertainty about how much content remains, which may discourage users from continuing to read, especially on long pages.
Proposed Solution
A scroll progress bar will enhances user experience on a website by providing visual feedback on their reading or browsing progress. It will reduce the likelihood of users feeling lost or overwhelmed on long pages, offering a more intuitive and seamless browsing experience.
kindly assign me the task @Jai
Screenshots
Do you want to work on this issue?
Yes
If "yes" to above, please explain how you would technically implement this (issue will not be assigned if this is skipped)
HTML
Add a container for the scroll progress bar in your HTML file. Typically, this is placed at the top of your body content.
CSS Styling
Style the progress bar and its container using CSS. This will ensure the progress bar is visually appealing and positioned correctly.
JavaScript Functionality
Add JavaScript to dynamically update the width of the progress bar based on the scroll position of the page.
Is this a unique feature?
Is your feature request related to a problem/unavailable functionality? Please describe.
There is no scroll progress bar, users do not have a clear visual indication of their progress through a page. This can lead to uncertainty about how much content remains, which may discourage users from continuing to read, especially on long pages.
Proposed Solution
A scroll progress bar will enhances user experience on a website by providing visual feedback on their reading or browsing progress. It will reduce the likelihood of users feeling lost or overwhelmed on long pages, offering a more intuitive and seamless browsing experience.
kindly assign me the task @Jai
Screenshots
Do you want to work on this issue?
Yes
If "yes" to above, please explain how you would technically implement this (issue will not be assigned if this is skipped)
HTML Add a container for the scroll progress bar in your HTML file. Typically, this is placed at the top of your body content. CSS Styling Style the progress bar and its container using CSS. This will ensure the progress bar is visually appealing and positioned correctly. JavaScript Functionality Add JavaScript to dynamically update the width of the progress bar based on the scroll position of the page.