A simple and interactive web project that tracks the mouse cursor position in real time. Built using HTML, CSS, and JavaScript, this project demonstrates how to capture mouse movement events and display the current X and Y coordinates dynamically on the webpage.
- Real-time mouse position tracking
- Displays X and Y coordinates
- Responsive and lightweight
- Beginner-friendly JavaScript project
- Clean and simple UI
- HTML5
- CSS3
- JavaScript (jQuery)
Clone the repository:
git clone https://github.com/iamdeveloperrayhan/mouse-position-tracker.gitNavigate to the project folder:
cd mouse-position-trackerOpen the index.html file in your browser.
mouse-position-tracker/
βββ index.html
βββ README.md
- Mouse events (
mousemove) - DOM manipulation
- Updating elements dynamically
- Working with event listeners
- Displaying real-time cursor coordinates
Developer Rayhan
GitHub: https://github.com/iamdeveloperrayhan
β If you found this project useful, consider giving it a star!