An open API service indexing awesome lists of open source software.

https://github.com/jkellerman/ip-address-tracker-master


https://github.com/jkellerman/ip-address-tracker-master

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# Frontend Mentor - IP address tracker solution

This is a solution to the [IP address tracker challenge on Frontend Mentor](https://www.frontendmentor.io/challenges/ip-address-tracker-I8-0yYAH0). Frontend Mentor challenges help you improve your coding skills by building realistic projects.

## Table of contents

- [Overview](#overview)
- [The challenge](#the-challenge)
- [Screenshot](#screenshot)
- [Links](#links)
- [My process](#my-process)
- [Built with](#built-with)
- [What I learned](#what-i-learned)
- [Continued development](#continued-development)
- [Useful resources](#useful-resources)
- [Author](#author)
- [Acknowledgments](#acknowledgments)

**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

### Links

- Solution URL: [Solution](https://github.com/jkellerman/ip-address-tracker-master)
- Live Site URL: [Live Site](https://jkellerman.github.io/ip-address-tracker-master/)

## My process

### Built with

- HTML5
- CSS
- Flexbox
- Mobile-first workflow
- ES8 JS

### What I learned

This is the first project where I have used two APIs in one project. I learned how to use the [IPGeolocationAPI](https://geo.ipify.org/) to get the IP address locations to populate each field. I also used the latitude or longitude data of the address to generate a map using [LeafletJS](https://leafletjs.com/)

## Author

- Frontend Mentor - [jkellerman](https://www.frontendmentor.io/profile/jkellerman)