Welcome to the IP Tracker project! This web application allows users to track the location and details of IP addresses using a simple, user-friendly interface.
- Track IP Address: Enter any IP address to view its location and associated information.
- Display Map: Visualize the location of the IP address on a Leaflet map.
- Current IP Detection: Automatically detect and display the user's current IP address.
- Detailed Information: View comprehensive details about the IP address, including city, country, network, and more.
- Frontend:
- HTML
- CSS (Tailwind CSS for styling)
- JavaScript
- Leaflet.js (for interactive maps)
- Backend:
- IPAPI (for IP geolocation data)
- Ipify (for current IP detection)
-
Clone the repository:
git clone https://github.com/yourusername/ip-tracker.git cd ip-tracker
-
Open
index.html
in your web browser:Simply open the
index.html
file in your preferred web browser to view and interact with the IP Tracker application.
- Enter IP Address: Type any IP address into the input field and click the "Track" button to view its location and details.
- Current IP: Click the "Track" button without entering an IP address to automatically detect and display your current IP address and its details.
- View Map: The location of the IP address will be displayed on an interactive map.
This project is licensed under the MIT License.
Enjoy using IP Tracker!