Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/isqua/flagwall
- Owner: isqua
- Created: 2024-05-01T14:22:02.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-08-23T10:40:09.000Z (3 months ago)
- Last Synced: 2024-08-23T11:39:46.787Z (3 months ago)
- Topics: canvas, customization, travel, typescript, wallpaper-generator
- Language: TypeScript
- Homepage: https://isqua.github.io/flagwall/
- Size: 830 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).