Skip to content

REEKRAJROY/IP-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 📚