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.
This is a React app with Vite. For this to work, you will need to create a .env
file:
VITE_IPIFY_KEY={your ipify key here}
Run npm install
and then npm run dev
to spin up a dev server.