This is an IP Address Tracker application which gives the Location, Time Zone and ISP of a given IP. To get the IP Address locations IP Geolocation API by IPify was used. Map has been generated using LeafletJS. React and TailwindCSS has been used to build the card and map components, and the UI respectively.
- Live Site URL: Live site
- View the optimal layout for each page depending on their device's screen size
- See hover states for all interactive elements on the page
- See their own IP address on the map on the initial page load
- Search for any IP addresses or domains and see the key information and location
(1) Clone this repository
https://github.com/REEKRAJROY/IP-Tracker.git
(2) Change the working directory
cd iptrackerupdated
(3) Install dependencies
npm install
(4) Run the web application
npm start
The application will start at http://localhost:3000/
(5) Build a production version for deployment
npm run build