Back to Top Button with Scroll Progress

This repository contains a React component that implements a "Back to Top" button with scroll progress functionality using Tailwind CSS. The component allows users to quickly navigate back to the top of a long webpage and provides a visual indicator of the scroll progress.

Demo

Back to Top Button with Scroll Progress Demo

Features

  • Back to Top button for easy navigation
  • Scroll progress bar to visualize the scroll progress
  • Styled using Tailwind CSS

Installation

To run the project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/JayashTripathy/back-to-top.git
  2. Install dependencies

    npm install

    or

    yarn
  3. Run

    npm run dev

    or

    yarn dev