/IP-Tracker

IP Tracking web application

Primary LanguageJavaScript

IP address tracker ๐Ÿ—บ๏ธ

IP Address Tracker - 15 February 2022 (1)

Description โœ๏ธ

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.

Links ๐Ÿ”—

Features ๐Ÿคน

  • 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

Setup ๐Ÿš€

(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

Documentations ๐Ÿ“š