Skip to content

pocketful/Countries

Repository files navigation

Countries

Web app that lets users browse countries from the Rest Countries API.

🎨 Main features

  • Display countries list fetched from API
  • Sort by name
  • Filter countries:
    • That are smaller than Lithuania by area
    • That are in 'Oceania' region

🔧 Technologies used

🚀 Getting started

Node.js Version pnpm Version

🔨 Configure files

Rename .env.example to .env and put your API environment variables in it

mv .env.example .env

🎈 Start the project

# If you want to create a Git repository and use Git hooks
git init

# Install dependencies
pnpm i

# Run in the development mode
pnpm dev

# To make the development server accessible on a different device, run
pnpm start

🆚 VS Code integration

To enable all app development features, you will need the following VS Code extensions

🔼 Back To Top