An interactive IP address locator and domain IP lookup tool built with React, TypeScript, and Leaflet. This project provides users with their current IP address, location, and the ability to look up IP addresses of domains. It's a simple, fun project for learning about geolocation and IP-based data fetching.
- IP Address Locator: Displays the user's IP address, city, region, country, and plots their approximate location on a map.
- Domain Lookup: Allows users to enter a domain name and retrieve its IP address.
- Interactive Map: Visualize locations on a Leaflet map with customizable zoom and markers.
- React and TypeScript: For building reusable UI components and ensuring type safety.
- Tailwind CSS and shadcn/ui: For responsive styling and a beautiful, modern UI.
- Leaflet: For mapping and visualizing location data.