Skip to content
/ flagwall Public

⛳️ A tiny app for travellers to track the flags of countries they visited

Notifications You must be signed in to change notification settings

isqua/flagwall

Repository files navigation

flagwall

Flagwall: create your personalized wallpaper

I made this app for myself and friends. I wanted to put flags of visited countries on my phone's lock screen. That's why I made this simple application where you can select countries and background color, and download a picture with flags to your phone.

How to start application locally:

nvm use
npm ci
npm run dev

Available Scripts

In the project directory, you can run:

npm run dev

Runs the app in the development mode.
Open http://localhost:5173 to view it in the browser.

The page will reload if you make edits.

Uses Vite.

npm run preview

Serves the app in the production mode.
Open http://localhost:4173 to view it in the browser.

Uses Vite.

npm run build

Builds the app for production to the build folder.

Uses Vite.