A sleek React application that displays your current IP information and allows you to lookup details for any IP address. Features geolocation data, ISP information, and interactive maps.
- 🚀 Automatic detection of your current IP address
- 🔍 Search for any IP address details
- 📍 Geolocation information (city, region, country)
- 📱 Fully responsive design
- React.js (with Hooks)
- Axios for API calls
- Styled Components
- IP Geolocation API (ipapi.co)
- Clone the repository:
git clone https://github.com/aneesh-acharyeah/react-ip-address-finder.git
- Navigate to the project directory:
cd ip-address-finder
- Install dependencies:
npm install
- Start the development server:
npm start