A web-based IP Address Tracker that allows users to track public IP addresses and retrieve details such as geolocation, ISP, and more.
- 🔎 Track any public IP address.
- 🌍 Get detailed location information (Country, City, Region, etc.).
- 📡 Retrieve ISP (Internet Service Provider) details.
- 🗺️ Display IP location on an interactive map.
- 📱 Fully responsive design for mobile and desktop.
- Frontend: React, TypeScript, Tailwind CSS, Vite
- API: ipify (for IP lookup)
- Mapping: Leaflet.js
git clone https://github.com/e-maa/IP-Address-Marker.git
cd IP-Address-Marker
npm install
npm run dev