Skip to content

The Mouse Follower App is a lightweight and interactive application that allows users to experience a fun and visually engaging mouse-following effect on their websites or web applications. By integrating this app, users can enhance user experience by adding a touch of interactivity and visual appeal to their web projects.

License

Notifications You must be signed in to change notification settings

ZekeScript/mouse-follower

Repository files navigation

Pointer Tracker App

This repository contains a simple React application that tracks the position of the mouse pointer. It includes a button to enable/disable the tracker and displays a small circle that follows the pointer.

Features

  • Tracks the position of the pointer on the screen.
  • Enables or disables the pointer tracker.
  • Updates the position of the tracker in real-time.

Installation

  1. Clone the repository:

    git clone https://github.com/ZekeScript/pointer-tracker-app.git
  2. Install the dependencies:

    cd pointer-tracker-app
    npm install
  3. Start the development server:

    npm start
  4. Open your browser and navigate to http://localhost:3000 to see the app in action.

Usage

  1. Move your mouse pointer within the browser window.
  2. The small circle will follow the pointer's position.
  3. Click the "Enable tracker" button to enable tracking or "Disable tracker" to disable it.

Screenshot

image image

Technologies Used

  • React
  • JavaScript
  • HTML
  • CSS

License

This project is licensed under the MIT

About

The Mouse Follower App is a lightweight and interactive application that allows users to experience a fun and visually engaging mouse-following effect on their websites or web applications. By integrating this app, users can enhance user experience by adding a touch of interactivity and visual appeal to their web projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published