FaheemOnHub / IP-Address-Location-Tracker

IP Address Tracker is a web application that allows users to track the geographical location of a given IP address. The application provides information such as the IP address, location (including city, region, and country), timezone, and Internet Service Provider (ISP). Additionally, the location is displayed on an interactive map using Leaflet.js
https://faheemonhub.github.io/IP-Address-Location-Tracker/
MIT License
9 stars 5 forks source link

enhancement: loading spinner added #9

Closed pg2511 closed 1 year ago

pg2511 commented 1 year ago

Resolving Issue #5 . Loading spinner is added while API request is made, meanwhile the search box will disappear so that user can not click search box multiple times.

Here is a demo video for the same:

https://github.com/FaheemOnHub/IP-Address-Location-Tracker/assets/47809197/4983f6b3-d677-4283-9209-e89c37e3c237

FaheemOnHub commented 1 year ago

Great Job, I will be testing the changes locally and will get back to you.

FaheemOnHub commented 1 year ago

Another Great contribution @PG-257811 ,

I have thoroughly reviewed the changes, tested the functionality locally, and can confirm that the issue has been successfully addressed. The loading spinner provides a more polished user experience, and hiding the search box prevents multiple clicks, ensuring smoother interactions.

Your dedication to improving the project is invaluable, and your commitment to quality is evident in the code you've contributed.

pg2511 commented 1 year ago

Thanks for the feedback @FaheemOnHub