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
- This project is no long using ipify's Geolocation API
We will be using ipwhois which has sufficient tokens
- axios
- react-axios
- bootstrap
- react-bootstrap
- leaflet
- react-leaflet
If react-scripts dependency is not available, first add it manually with
npm install react-scripts --save
then run build with
npm start