IP Tracker

August 3, 2024 ยท View on GitHub

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.

Alt text

Features

  • 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.

Tech Stack

  • Frontend:
    • HTML
    • CSS (Tailwind CSS for styling)
    • JavaScript
    • Leaflet.js (for interactive maps)
  • Backend:
    • IPAPI (for IP geolocation data)
    • Ipify (for current IP detection)

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/ip-tracker.git
    cd ip-tracker
    
  2. 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.

Usage

  1. Enter IP Address: Type any IP address into the input field and click the "Track" button to view its location and details.
  2. Current IP: Click the "Track" button without entering an IP address to automatically detect and display your current IP address and its details.
  3. View Map: The location of the IP address will be displayed on an interactive map.

License

This project is licensed under the MIT License.


Enjoy using IP Tracker!