A modern, responsive web application that allows users to track and visualize the ip /domain name
This project is a real-time IP geolocation tracker that allows users to visualize any IP address or domain name on an interactive map. Built with React and Tailwind CSS, it features a clean, responsive interface that works seamlessly across all devices. The application integrates IPify's geolocation API to fetch location data and uses Leaflet maps to display results interactively. Users can simply enter an IP address or domain name, and the app automatically detects the input type and displays the geographical location with details like city, region, timezone, and ISP information on an interactive map.
This project uses React 18.2.0 as the core framework with React Leaflet 4.0.1 for map integration and Leaflet 1.8.0 for interactive mapping functionality. The UI is styled with Tailwind CSS 3.1.8 for a modern, responsive design. We integrated IPify's geolocation API to fetch real-time IP location data. The frontend was bootstrapped with Create React App for rapid development. The application features smart input detection that automatically identifies whether the user entered an IP address or domain name, then fetches and displays the corresponding geolocation data on an interactive map with smooth animations and optimal performance.

