Single page web application used to track IP address and its location. To get the IP Address locations, it is using the IP Geolocation API by IPify. It generates the live location on map.
The site is live at : https://trackmyip.netlify.app/
LeafletJS is the leading open-source JavaScript library for mobile-friendly interactive maps.
IPify API is a simple public IP address API.
OpenStreetMap is a free wiki world map, an open volunteer-driven initiative to collaboratively create a map of the world, and release the map data under a free and open license.
While improve this project, I would start by implementing the following features -
Adding domain name tracker- List of famous sites for users to search
I learned the basics of IP and Domain Name System and the how the data packets get transferred on the Internet. I learned how to integrate OpenStreetMap API and IPify API to get the user's IP Address and map it according to the location. I learned about API management and how the API serves a request and how can it help in improving businesses.