A React Web Application that tracks user's location using IP address from the source of request.
- Built using Material-UI Kit
- Mapbox-gl to visualize maps.
- IPApi to get Location from IP address.
- Clone the repository.
- Run
npm install
in the base directory - Run
npm install
in the client directory also - Run
npm run dev
in the base directory
Note: For time being, the App only tracks 8.8.8.8
Switch between dark and light themes in Mapbox reactively.#5- Dynamically locate user using IP from
req