Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/isqua/flagwall

⛳️ A tiny app for travellers to track the flags of countries they visited
https://github.com/isqua/flagwall

canvas customization travel typescript wallpaper-generator

Last synced: 5 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# flagwall

[![Flagwall: create your personalized wallpaper](./public/flagwall.910d720c.png)](https://isqua.github.io/flagwall/)

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:

```bash
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](http://localhost:5173) to view it in the browser.

The page will reload if you make edits.

Uses [Vite](https://vitejs.dev/).

### `npm run preview`

Serves the app in the production mode.\
Open [http://localhost:4173](http://localhost:4173) to view it in the browser.

Uses [Vite](https://vitejs.dev/).

### `npm run build`

Builds the app for production to the `build` folder.

Uses [Vite](https://vitejs.dev/).