Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/amitdeka/ip-address-tracker-frontend-mentor
- Owner: AmitDeka
- Created: 2024-04-28T16:37:13.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-28T16:54:45.000Z (8 months ago)
- Last Synced: 2024-11-06T05:09:49.800Z (2 months ago)
- Topics: frontendmentor-challenge
- Language: CSS
- Homepage: https://amitdeka.github.io/IP-address-tracker-Frontend-Mentor/
- Size: 2.18 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)