pawarspeaks / TechNexus

🚀 Welcome to TechNexus Events - a global tech event hub! Join the Dev Code community's open-source initiative to curate, add, and discover a wide array of tech events worldwide. Contribute now and be a part of this collaborative tech extravaganza!
https://devcode-technexus.vercel.app
23 stars 40 forks source link

Need for "Back to Top" Button #52

Open sambhavbohra opened 8 hours ago

sambhavbohra commented 8 hours ago

Issue: Need for "Back to Top" Button

Problem:
Users may experience difficulty when scrolling through long pages on the website. Without an easy way to navigate back to the top, the user experience can be frustrating, especially on mobile devices.

Proposed Solution:
Implement a "Back to Top" button that allows users to quickly return to the top of the homepage with a single click.

Steps to Implement:

  1. Add a button or icon to the bottom-right corner of the page that will remain visible when scrolling.
  2. Use JavaScript or jQuery to add smooth scrolling functionality when the button is clicked, bringing the user back to the top of the page.
  3. Style the button to ensure it is prominent but not intrusive on both desktop and mobile views.
  4. Test across all pages to ensure the button behaves as expected.

Expected Outcome:
The "Back to Top" button will provide users with a smoother navigation experience, enhancing overall usability, particularly on long pages.

pawarspeaks commented 8 hours ago

Hi @sambhavbohra ! I've assigned this issue, you can start working on it! Please raise a PR with '[Issue Number] feat: adding Back-to-top button' Also do give this repo a ⭐ Happy Open Sourcing🚀