Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 938 Bytes

File metadata and controls

37 lines (20 loc) · 938 Bytes

IP address tracker

Design preview for the IP address tracker coding challenge

A simple web application that by entering an IP address, shows the location on the map, as well as other data.

It was a challenge found on the page FrontendMentor, Therefore, the idea and the design belong to them.

To get the IP Address locations, i used IP Geolocation API by IPify.

To generate the map, i used LeafletJS, with React-leaflet.

For initial project setup i used vite

Installation

You only need to install the dependencies with:

npm install

Run project

npm run dev

Deployment

The project was deployed in Vercel