richardcyrus / fm-ip-address-tracker

This is a solution to the IP address tracker challenge on Frontend Mentor

Home Page:https://fm-ip-address-tracker-mu.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Overview

The challenge

Build out an IP Address Tracker app and get it looking as close to the reference design as possible. IP Address locations use the IP Geolocation API by IPify. The map uses LeafletJS.

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

Reference Design

Links

My process

Built with

  • Semantic HTML5 markup
  • CSS custom properties
  • Flexbox
  • CSS Grid
  • Mobile-first workflow

What I learned

  • How to create a Vercel Serverless function. This allows me to keep from exposing the IPify API credentials in my JavaScript code.

Useful resources

Author

About

This is a solution to the IP address tracker challenge on Frontend Mentor

https://fm-ip-address-tracker-mu.vercel.app


Languages

Language:SCSS 49.0%Language:Vue 32.8%Language:JavaScript 12.6%Language:HTML 5.7%