Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aayush259/ip-address-tracker
This app allows users to search for any IP address or domain and displays information such as the IP address, location, timezone, and ISP. The application also displays the location on a map.
https://github.com/aayush259/ip-address-tracker
javascript leaflet leaflet-map leafletjs react react-router react-router-dom
Last synced: 9 days ago
JSON representation
This app allows users to search for any IP address or domain and displays information such as the IP address, location, timezone, and ISP. The application also displays the location on a map.
- Host: GitHub
- URL: https://github.com/aayush259/ip-address-tracker
- Owner: Aayush259
- Created: 2024-05-12T07:13:41.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-11T17:57:28.000Z (5 months ago)
- Last Synced: 2024-06-12T15:59:52.601Z (5 months ago)
- Topics: javascript, leaflet, leaflet-map, leafletjs, react, react-router, react-router-dom
- Language: JavaScript
- Homepage: https://aayush259.github.io/IP-Address-Tracker/
- Size: 1.18 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IP Address Tracker
This project is an IP address tracker built with React. It allows users to search for any IP address or domain and displays information such as the IP address, location, timezone, and ISP. The application also displays the location on a map.
## Features
- Search for any IP address or domain
- Displays IP address, location, timezone, and ISP
- Shows the location on a map## Technologies Used
- Vite + React
- React Router DOM
- Leaflet.js for the map
- IPAPI for fetching IP address data![Google IP Screenshot](src/images/Screenshot.png)
## Installation
1. Clone the repository:
```bash
https://github.com/Aayush259/IP-Address-Tracker.git
```2. Navigate to the project directory:
```bash
cd Dictionary
```3. Install dependencies:
```bash
npm install
```4. Start the development server:
```bash
npm run dev
```## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.