A small application to view IP address details.
Build with Nuxt3 and using the ipapi.co json api to provide data. Building this mini-project in an evening is learning and perfecting the use of Nuxt composables.
As the source code shows, no data is saved.
Make sure to install the dependencies:
# yarn
yarn install
# npm
npm install
# pnpm
pnpm install
Start the development server on http://localhost:3000
npm run dev