IP Address Tracker is a web application built to track IP addresses and provide key information and location details using the IP Geolocation API by IPify.
[!WARNING]
Please note that the IP Geolocation API by IPify provides only 1000 free requests. Once this limit is exceeded, the page will stop working.
Clone the repository:
git clone https://github.com/valik3201/ip-address-tracker.git
Install dependencies:
cd ip-address-tracker
npm i
Set up environment variables:
Create a .env
file in the root directory and add your IP Geolocation API key:
VITE_IP_API_KEY=your-api-key
Start the development server:
npm run dev
http://localhost:3000
.This project was created as a challenge on Frontend Mentor, a platform that provides challenges for developers to practice their skills and improve their frontend development abilities. Many thanks to Frontend Mentor for providing the inspiration and opportunity to work on this project.
Feel free to explore the code and provide feedback! 🚀