Skip to content

Latest commit

 

History

History
85 lines (60 loc) · 3.04 KB

README.md

File metadata and controls

85 lines (60 loc) · 3.04 KB

Frontend Mentor - IP Address Tracker Solution

This is a solution to the IP address tracker challenge on Frontend Mentor. Frontend Mentor challenges help you improve your coding skills by building realistic projects.

Table of contents

Note: Delete this note and update the table of contents based on what sections you keep.

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

Links

My process

Built with

  • Semantic HTML5 markup
  • Flexbox
  • Mobile-first workflow
  • React - JS library
  • Next.js - React framework
  • Tailwind CSS - For styles
  • Mapbox - For map integration

Features

  • IP Address Tracking: Automatically fetches and displays the user's IP address and location on page load.
  • Search Functionality: Users can search for any IP address or domain to retrieve relevant information.
  • Responsive Design: The layout adapts to different screen sizes, ensuring a seamless user experience on both mobile and desktop devices.
  • Loading States: Visual feedback is provided during data fetching to enhance user experience.

What I learned

  • Improved my understanding of React hooks, particularly useEffect and useState.
  • Gained experience in integrating third-party APIs for real-time data fetching.
  • Enhanced my skills in responsive design using Tailwind CSS.

Continued development

  • Implement additional features such as saving search history or user preferences.
  • Optimize performance and loading times for better user experience.

Useful resources

Author