Skip to content

Latest commit

 

History

History
54 lines (35 loc) · 1.28 KB

File metadata and controls

54 lines (35 loc) · 1.28 KB

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