Skip to content

Latest commit

 

History

History
81 lines (57 loc) · 3.12 KB

README.md

File metadata and controls

81 lines (57 loc) · 3.12 KB

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

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

Preview image

Links

My process

Built with

  • Semantic HTML5 markup
  • Accessibility
  • BEM
  • SCSS
  • Mobile-first workflow
  • TypeScript
  • Leaflet
  • Ipify
  • Axios
  • Parcel
  • ESLint
  • Netlify Serverless Functions

What I learned

I learned a lot of things while working on this project.

The most challenging parts were how to type-check the Leaflet library and configure ESLint for usage with TypeScript and Parcel bundler.

Although, making the app accessible was also quite challenging.

Continued development

Besides continuing to improve the accessibility of my websites, I also plan to use ESlint more in the future.

Useful resources

Author