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.
- Tracks the position of the pointer on the screen.
- Enables or disables the pointer tracker.
- Updates the position of the tracker in real-time.
-
Clone the repository:
git clone https://github.com/ZekeScript/pointer-tracker-app.git
-
Install the dependencies:
cd pointer-tracker-app npm install -
Start the development server:
npm start
-
Open your browser and navigate to http://localhost:3000 to see the app in action.
- Move your mouse pointer within the browser window.
- The small circle will follow the pointer's position.
- Click the "Enable tracker" button to enable tracking or "Disable tracker" to disable it.
- React
- JavaScript
- HTML
- CSS
This project is licensed under the MIT

