Where In The World (where-in-the-world)

Webapp created to show details and filter countries found in REST Countries API.

Live Demo

https://65f07939753a380864209138--frabjous-platypus-d7860f.netlify.app/#/

Setup

Pre requisites

  • Node.js v18.17.0 or newer

Install the dependencies

yarn
# or
npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Lint the files

yarn lint
# or
npm run lint

Format the files

yarn format
# or
npm run format

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.config.js.