Name: IP Finder IP finder is a web app that you can use to search for information about your location. This is based on your IP address.
Summary: HTML, CSS, and JavaScript were used in this project. It uses AJAX calls to request and load data asynchronously from public APIs in response to user click events detected by event-handlers. Using jQuery DOM traversal and manipulation, the data is displayed in an organized layout that has been made responsive and mobile-first by CSS media-queries allowing the page to be usable and equally optimized on devices with small and large screens alike.
Here is the menu with its search option:
It displays the following information on the same page: 1-Service Provider 2-City 3-Region 4-Country 5-Latitude 6-Zip
This app automatically fills up your Ip address when you visit. You can type in an alternative IP address to display the properties. The design for the website includes desktop and media queries for tablet devices.