IP Address Tracker (Live Version)
React.js project that tracks location of user provided IP address.
Following section will provide steps on how to setup the project locally
To run this project you need to have node.js
npm install npm@latest -g
- Clone the repo
git clone https://github.com/Tadynas/ip-address-tracker.git
- Navigate to project directory
cd ip-address-tracker
- Install dependencies
yarn install
- Start project
yarn start
It will run the app in the development mode. Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits. You will also see any lint errors in the console.
- React.js
- Leaflet.js
- Axios
- SASS
Ipify requires additional API KEY:
- Create ipify account
- Create your personal ipify API KEY
- Create .env file in project root directory
- Add following line of code
REACT_APP_IPIFY_KEY=PERSONAL_API_KEY
This project was bootstrapped with Create React App and deployed to Netlify