This single page application IP Address Tracker is a solution to the Frontendmentor.io
challenge.
- ReactJS
- HTML5
- CSS3
- IP Details - IP Geolocation API by IPify
- MAP - Google Maps Embed API
- Signup for google-maps-embed API
- Signup for Ipify API
- Install create-react-app CLI
- Clone the repository - run
git clone https://github.com/naveen-27/ip-address-tracker.git
- Run
npm install
- Store your API keys in a
.env
file as specified in.env_sample
file - Then run
npm start