Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 922 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 922 Bytes

Find Your IP 🌍

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.

Features ✨

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

Built With 🛠

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