IP Tracker is an IP location finder tool, built using React, TailwindCSS, and Leaflet. Link: https://iptracker-60w1377nu.vercel.app/
- Searches for the source location of the specified IP address
- Displays the location source of the specified IP address
- Fully functional map in which you can toggle the marker to see additional information
- Fully responsive UI
- Generate random IP address
- Highlight locations of interest
- Show more information about specified IP
- Link to ISP website
- Download and install node.js from https://nodejs.org/en/download/
- Clone or download the git repository
- Unzip and CD in project directory
- Run
npm install
- Run
npm start
to initialize local server