Get the details of any IP Address using this application.
-
Used IP Geolocation API - ipify to get the details of IP Addresses.
-
Used Leaflet JS and React Leaflet for generating Maps.
-
Check out the live demo of the final result: here.
This project uses the popular create-react-app (CRA) command to setup a modern React application. This way we can focus on the code itself, and not worry about configuring many build tools.
The package.json file provides four scripts:
- start: Runs the app in the development mode.
- build: Builds the app for production to the build folder. It correctly bundles React in production mode and optimizes the build for the best performance.
- test: Launches the test runner in the interactive watch mode.
- eject: Remove create-react-app build dependency from your project.
-
Clone the project repository: git clone https://github.com/manishojha28/ip-address-tracker.git
-
Navigate to the project folder: cd react-car-configurator
-
Install the dependencies: npm install
-
Start the app in the development mode: npm start.