{"id":18632347,"url":"https://github.com/rafaeldevvv/frontendmentor-ip-address-tracker","last_synced_at":"2026-05-17T00:02:21.402Z","repository":{"id":231600340,"uuid":"780432677","full_name":"rafaeldevvv/frontendmentor-ip-address-tracker","owner":"rafaeldevvv","description":"A simple IP Address Tracker using the IP Geolocation API and the Leaflet map library.","archived":false,"fork":false,"pushed_at":"2024-04-09T21:26:53.000Z","size":1536,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-27T07:42:52.955Z","etag":null,"topics":["challenge","css","frontend-mentor","frontendmentor","html","ip","javascript","map"],"latest_commit_sha":null,"homepage":"https://rafaeldevvv.github.io/frontendmentor-ip-address-tracker/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rafaeldevvv.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-04-01T13:24:17.000Z","updated_at":"2024-04-04T19:54:24.000Z","dependencies_parsed_at":"2024-04-09T22:37:42.606Z","dependency_job_id":"cc4c7331-2966-41f5-bb73-1b937a9a71a6","html_url":"https://github.com/rafaeldevvv/frontendmentor-ip-address-tracker","commit_stats":null,"previous_names":["rafaeldevvv/frontendmentor-ip-address-tracker"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaeldevvv%2Ffrontendmentor-ip-address-tracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaeldevvv%2Ffrontendmentor-ip-address-tracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaeldevvv%2Ffrontendmentor-ip-address-tracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rafaeldevvv%2Ffrontendmentor-ip-address-tracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rafaeldevvv","download_url":"https://codeload.github.com/rafaeldevvv/frontendmentor-ip-address-tracker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239427032,"owners_count":19636663,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["challenge","css","frontend-mentor","frontendmentor","html","ip","javascript","map"],"created_at":"2024-11-07T05:11:48.000Z","updated_at":"2025-10-19T06:20:35.905Z","avatar_url":"https://github.com/rafaeldevvv.png","language":"JavaScript","funding_links":["https://www.buymeacoffee.com/rafael.maia"],"categories":[],"sub_categories":[],"readme":"# Frontend Mentor - IP address tracker solution\n\nThis 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.\n\n## Table of contents\n\n- [Overview](#overview)\n  - [The challenge](#the-challenge)\n  - [Screenshot](#screenshot)\n  - [Links](#links)\n- [My process](#my-process)\n  - [Built with](#built-with)\n  - [Useful resources](#useful-resources)\n- [Author](#author)\n- [Donate](#donate)\n\n## Overview\n\n### The challenge\n\nUsers should be able to:\n\n- View the optimal layout for each page depending on their device's screen size\n- See hover states for all interactive elements on the page\n- See their own IP address on the map on the initial page load\n- Search for any IP addresses or domains and see the key information and location\n\n### Screenshot\n\n![A page with a form and a map](./images/screenshot.png)\n\n### Links\n\n- Solution URL: [https://github.com/rafaeldevvv/frontendmentor-ip-address-tracker](https://github.com/rafaeldevvv/frontendmentor-ip-address-tracker)\n- Live Site URL: [https://rafaeldevvv.github.io/frontendmentor-ip-address-tracker/](https://rafaeldevvv.github.io/frontendmentor-ip-address-tracker/)\n\n## My process\n\n### Built with\n\n- Semantic HTML5 markup\n- CSS custom properties\n- Flexbox\n- CSS Grid\n- Mobile-first workflow\n- [IP Geolocation API by IPify](https://geo.ipify.org/)\n- [LeafletJS](https://leafletjs.com/)\n- [Tippy.js](https://atomiks.github.io/tippyjs/)\n- [Font Awesome](https://fontawesome.com)\n\n### Useful resources\n\n- [CSS in Action Invisible Content Just for Screen Reader Users](https://webaim.org/techniques/css/invisiblecontent/)\n- [Can I Use CSS Nesting?](https://caniuse.com/css-nesting)\n- [Why do percentage-width-sized flex box items not properly increase the width of a wrapping table that has an unspecified (i.e. auto) width?](https://stackoverflow.com/questions/34572022/why-do-percentage-width-sized-flex-box-items-not-properly-increase-the-width-of)\n- [A Complete Guide to Flexbox](https://css-tricks.com/snippets/css/a-guide-to-flexbox/)\n- [Regular expression that matches valid IPv6 addresses](https://stackoverflow.com/questions/53497/regular-expression-that-matches-valid-ipv6-addresses)\n- [CSS animate custom properties/variables](https://stackoverflow.com/questions/50661638/css-animate-custom-properties-variables)\n- [What is a regular expression which will match a valid domain name without a subdomain?](https://stackoverflow.com/questions/10306690/what-is-a-regular-expression-which-will-match-a-valid-domain-name-without-a-subd)\n- [6 Free Libraries to Create Tooltips in JavaScript](https://www.syncfusion.com/blogs/post/6-free-javascript-tooltip-libraries)\n\n## Author\n\nThe name's Rafael Maia. You can find me on [Instagram](https://www.instagram.com/rafaeldevvv), [X](https://www.twitter.com/rafaeldevvv), and [Linkedin](https://www.linkedin.com/in/rafael-maia-b69662263). Or you can send me an email [rafaeldeveloperr@gmail.com](mailto:rafaeldeveloperr@gmail.com).\n\nI am a freelancer, so you can also find me on [Fiverr](https://www.fiverr.com/rafael787) and [Upwork](https://www.upwork.com/freelancers/~01a4dc9692c96839dc).\n\nAlso, take a look at [my portfolio](https://rafaeldevvv.github.io/portfolio).\n\n## Donate\n\nAlso, if you liked this project, consider [buying me a coffee](https://www.buymeacoffee.com/rafael.maia) ☕.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frafaeldevvv%2Ffrontendmentor-ip-address-tracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frafaeldevvv%2Ffrontendmentor-ip-address-tracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frafaeldevvv%2Ffrontendmentor-ip-address-tracker/lists"}