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
You only need to install the dependencies with:
npm install
npm run dev
The project was deployed in Vercel