IP Address Tracker is a web application that allows you to search for geographic information of IP addresses and domains. With this application, you can obtain details such as geographical location, time zone, and Internet Service Provider (ISP) associated with a specific IP address or domain.
- Search for geographic information of IP addresses and domains.
- Visualize the location on an interactive map.
- Display details such as IP address, location, time zone, and ISP.
- HTML
- CSS (with SCSS)
- JavaScript
- Leaflet (for the interactive map)
- IP Geolocation API (for ip data obtaining)
- Bootstrap (for styling and UI components)
- Enter an IP address or a domain in the search field.
- Press the search button to fetch the corresponding information.
- The geographic information will be displayed at the bottom of the page, including the IP address, location, time zone, and ISP.
- The location will be displayed on an interactive map.
No installation is required. You can access the application directly through a compatible web browser.
This application was created by Henry Navas as part of a web development project. Challenge by Frontend-Mentor.