IP Address Tracker Overview
The IP Address Tracker allows users to enter any IP address or domain and view its live location on an interactive map. It fetches location data, including IP address, location, timezone, and ISP, providing a quick and easy way to track the geographical origin of online activities. Features
Enter any IP address or domain.
Displays real-time location on an interactive Leaflet.js map.
Shows detailed information such as:
IP address
Location (City, Country)
Timezone
ISP (Internet Service Provider)
Responsive and user-friendly interface.
Error handling with a modal for invalid IPs or failed requests.
Technologies Used
HTML5
CSS3 (for styling)
JavaScript (for functionality)
Leaflet.js (for interactive map)
IP Geolocation API (for fetching IP data)
Installation
Clone the repository:
git clone https://github.com/Mianhassam96/ip-address-tracker.git
Navigate to the project directory:
cd ip-address-tracker
Open index.html in your browser to run the project.
Usage
Enter an IP address or domain in the input field.
Click the search button or press Enter.
The location of the IP address will be shown on the map along with the associated data (IP address, location, timezone, and ISP).
License
This project is open-source and available under the MIT License. Acknowledgments
Leaflet.js for providing an interactive mapping library.
IP Geolocation API for the IP data service.