Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/amitdeka/ip-address-tracker-frontend-mentor


https://github.com/amitdeka/ip-address-tracker-frontend-mentor

frontendmentor-challenge

Last synced: 14 days 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)
- [Author](#author)

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

![](./ss.png)

### Links

- Solution URL: [Click Here](https://github.com/AmitDeka/IP-address-tracker-Frontend-Mentor)
- Live Site URL: [Click Here](https://amitdeka.github.io/IP-address-tracker-Frontend-Mentor/)

## My process

### Built with

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

### What I learned

Use this section to recap over some of your major learnings while working through this project. Writing these out and providing code samples of areas you want to highlight is a great way to reinforce your own knowledge.

To see how you can add code snippets, see below:

```html

Some HTML code I'm proud of


```

```css
.proud-of-this-css {
color: papayawhip;
}
```

```js
const proudOfThisFunc = () => {
console.log("🎉");
};
```

## Author

- Website - [Add your name here](https://www.your-site.com)
- Frontend Mentor - [@AmitDeka](https://www.frontendmentor.io/profile/AmitDeka)
- Twitter - [@AmitDeka10](https://www.twitter.com/AmitDeka10)