ip-address-tracker
ip-address-tracker copied to clipboard
A React application built with TypeScript and Vite. It uses the IP Geolocation API to fetch and display information about an IP address. A responsive website with interactive real-time map.
IP Address Tracker
This is a React application built with TypeScript and Vite. It uses the IP Geolocation API to fetch and display information about an IP address.
This is a solution to the IP address tracker challenge on Frontend Mentor.
Features
- Display IP address, location, timezone, and ISP
- Interactive map showing the location of the IP address
Demo Link
- Live Site URL : IP Address Tracker
Built With
- React + Typecript + Vite
- TailwindCSS
- Mobile-first workflow
- Semantic HTML Markup
Installation
First, clone the repository:
git clone https://github.com/yakin-ts/ip-address-tracker.git
Then, navigate into the directory and install the dependencies:
cd ip-adress-tracker
npm install
Usage
To start the development server:
npm run dev
To build the project:
npm run build
Connect
LinkedIn : Yakin Teshome Frontend Mentor: Yakin T.
Contributing
Pull requests are welcome. Feel free to open an issue first to discuss what you would like to change as well.