Skip to content

Jordypx/IP-address-tracker

Repository files navigation

IP address tracker solution.

Table of contents

Overview

The challenge

Users should be able to:

  • View the optimal layout for each page depending on their device's screen size
  • See hover states for all interactive elements on the page
  • See their own IP address on the map on the initial page load
  • Search for any IP addresses or domains and see the key information and location.

Screenshot

Desktop Version

Mobile Version

Links

My process

Built with

What I learned

As my first try using a Map API, Leaflet was a great tool to achieve that. At first, it was a challenge to incorporate it in ReactJS, but after find the React Leaflet components, the proccess became easier.