mattkiggen / ip-address-tracker

IP address tracker built with ReactJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ’» IP Address Tracker

This application is a simple app that allows someone to search with an IP address or domain and get info such as location and ISP about either the IP or domain.

πŸ“¦ Dependancies

πŸƒ Run

To run the application you will first need to run the command npm install and then create a .env file that contains your api keys.

The .env file should contain the following:

  • REACT_APP_IPIFY_API_KEY=
  • REACT_APP_MAPBOX_TOKEN=
Notes
  • Since this is just a create-react-app project, API keys are exposed on the client.
  • If you are using an adblock, you will need to turn it off for the app to function correctly.
  • This project is based on a design challenge featured on FrontendMentor.io

About

IP address tracker built with ReactJS


Languages

Language:JavaScript 58.6%Language:HTML 21.7%Language:SCSS 18.6%Language:CSS 1.1%