What's in this repo

The IP Address Tracker project from Frontend Mentor.
This is currently a work in progress, but in the end you should be able to:

  • See your own IP Address on the map on the initial page load
  • Search for any IP addresses or domains and see the key information and location
  • And other possible features

Updates

  • This project is no long using ipify's Geolocation API
    We will be using ipwhois which has sufficient tokens

Packages installed:

  • axios
  • react-axios
  • bootstrap
  • react-bootstrap
  • leaflet
  • react-leaflet

To run build:

If react-scripts dependency is not available, first add it manually with npm install react-scripts --save

then run build with npm start