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.
- Live Site URL: IP Address Tracker
- React - JS library
- Axios - Promise based HTTP client
- TailwindCSS - For styles
- PostCSS - a tool for transforming CSS with JavaScript
- Leaflet - an open-source JavaScript library for mobile-friendly interactive maps
- React Leaflet - React components for Leaflet maps
- IP Geolocation API - A real-time IP Geolocation API
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.