Skip to content

Latest commit

 

History

History
77 lines (51 loc) · 1.73 KB

README.md

File metadata and controls

77 lines (51 loc) · 1.73 KB

ip-address-tracker

This is a solution to the IP address tracker challenge on Frontend Mentor.

Setup:

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

# generate static project
$ yarn generate

For detailed explanation on how things work, check out the documentation.

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

My process

Built with

  • Nuxt 2
  • Express
  • Axios
  • Scss
  • Vue Leaflet
  • Eslint + Prettier

What I learned

I learned how to use Express + Nuxt.js.

Continued development

It would be interesting to improve the empty states and error handling.

Useful resources

Author