Ip Tracker is a website where you can search any IP or domain and it will be return the localization info along with the visualization with an interactive map.
First you have to clone this repository by using the following command:
git clone git@github.com:MTR-S/ip-tracker.gitafter, initialize the app by using npm or yarn NPM
npm install
npm startyarn
yarn install
yarn startor you can click on this link and go direct to the website: Ip Tracker Website
Just put into the input any IP address and domain and the informations will be displayed:

If you put an Address that is invalid the application will send to you an alert:

This project was inspired by the challenge proposal by proposal by the website Ip Tracker Website. Here the link to my project on Frontend Mentor: Fronend Mentor Ip Tracker
This project uses two apis:
- ipify: To find the location info based on the IP or domain name -> Link to the api.
- Mapbox: To display the map on the screen -> Link to the api: Link to the api.