Kleinere Verbesserungen am Design
BIN
.github/screenshots/header.png
vendored
Normal file
|
After Width: | Height: | Size: 1 MiB |
BIN
.github/screenshots/logo.png
vendored
Normal file
|
After Width: | Height: | Size: 1.4 MiB |
BIN
.github/screenshots/mobile_dark_1.png
vendored
Normal file
|
After Width: | Height: | Size: 952 KiB |
BIN
.github/screenshots/mobile_dark_2.png
vendored
Normal file
|
After Width: | Height: | Size: 1.4 MiB |
BIN
.github/screenshots/mobile_light_1.png
vendored
Normal file
|
After Width: | Height: | Size: 1.4 MiB |
BIN
.github/screenshots/mobile_light_2.png
vendored
Normal file
|
After Width: | Height: | Size: 1.8 MiB |
BIN
.github/screenshots/preview.png
vendored
|
Before Width: | Height: | Size: 5.7 MiB |
BIN
.github/screenshots/small_products.png
vendored
|
Before Width: | Height: | Size: 311 KiB |
BIN
.github/screenshots/small_settings.png
vendored
|
Before Width: | Height: | Size: 123 KiB |
BIN
.github/screenshots/wide_dark_1.png
vendored
Normal file
|
After Width: | Height: | Size: 3 MiB |
BIN
.github/screenshots/wide_dark_2.png
vendored
Normal file
|
After Width: | Height: | Size: 2.2 MiB |
BIN
.github/screenshots/wide_dark_3.png
vendored
Normal file
|
After Width: | Height: | Size: 242 KiB |
BIN
.github/screenshots/wide_light_1.png
vendored
Normal file
|
After Width: | Height: | Size: 2.8 MiB |
BIN
.github/screenshots/wide_light_2.png
vendored
Normal file
|
After Width: | Height: | Size: 2.2 MiB |
BIN
.github/screenshots/wide_light_3.png
vendored
Normal file
|
After Width: | Height: | Size: 243 KiB |
BIN
.github/screenshots/wide_products.png
vendored
|
Before Width: | Height: | Size: 675 KiB |
BIN
.github/screenshots/wide_settings.png
vendored
|
Before Width: | Height: | Size: 249 KiB |
|
|
@ -1,3 +1,7 @@
|
||||||
|

|
||||||
|
|
||||||
|
> Weitere Screenshots sind im Ordner `.github/screenshots` zu finden.
|
||||||
|
|
||||||
# Der Durstrechner
|
# Der Durstrechner
|
||||||
|
|
||||||
Der Durstrechner ist eine einfache Webanwendung, die den Getränkeverkauf bei Veranstaltungen unterstützt.
|
Der Durstrechner ist eine einfache Webanwendung, die den Getränkeverkauf bei Veranstaltungen unterstützt.
|
||||||
|
|
@ -6,9 +10,6 @@ ist auch offline verfügbar und kann ohne Internetverbindung genutzt werden (Ser
|
||||||
Einrichtung wird eine Internetverbindung empfohlen (das einmalige Aufrufen der Seite im Browser mit einer Internetverbindung
|
Einrichtung wird eine Internetverbindung empfohlen (das einmalige Aufrufen der Seite im Browser mit einer Internetverbindung
|
||||||
genügt).
|
genügt).
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
> Weitere Screenshots sind im Ordner `.github/screenshots` zu finden.
|
|
||||||
|
|
||||||
## Anleitung und Hinweise
|
## Anleitung und Hinweise
|
||||||
|
|
||||||
|
|
@ -26,4 +27,3 @@ pnpm install
|
||||||
# Startet den Entwicklungsserver
|
# Startet den Entwicklungsserver
|
||||||
npx http-server -o .
|
npx http-server -o .
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 7.1 KiB After Width: | Height: | Size: 44 KiB |
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 362 KiB |
|
Before Width: | Height: | Size: 6.4 KiB After Width: | Height: | Size: 40 KiB |
|
Before Width: | Height: | Size: 527 B After Width: | Height: | Size: 597 B |
|
Before Width: | Height: | Size: 966 B After Width: | Height: | Size: 1.7 KiB |
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
|
|
@ -8,26 +8,32 @@
|
||||||
"theme_color": "#2196f3",
|
"theme_color": "#2196f3",
|
||||||
"screenshots": [
|
"screenshots": [
|
||||||
{
|
{
|
||||||
"src": "pwa/dark.png",
|
"src": "pwa/logo.png",
|
||||||
"type": "image/png",
|
|
||||||
"sizes": "1064x2008"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"src": "pwa/light.png",
|
|
||||||
"type": "image/png",
|
|
||||||
"sizes": "1064x2008"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"src": "pwa/wide_dark.png",
|
|
||||||
"type": "image/png",
|
"type": "image/png",
|
||||||
|
"sizes": "1024x1024",
|
||||||
"form_factor": "wide",
|
"form_factor": "wide",
|
||||||
"sizes": "3604x2008"
|
"label": "Durstrechner Logo"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"src": "pwa/wide_light.png",
|
"src": "pwa/wide.png",
|
||||||
"type": "image/png",
|
"type": "image/png",
|
||||||
|
"sizes": "2988x2014",
|
||||||
"form_factor": "wide",
|
"form_factor": "wide",
|
||||||
"sizes": "3604x2008"
|
"label": "Anzeige der Webseite"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "pwa/logo.png",
|
||||||
|
"type": "image/png",
|
||||||
|
"sizes": "1024x1024",
|
||||||
|
"form_factor": "narrow",
|
||||||
|
"label": "Durstrechner Logo"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"src": "pwa/tall.png",
|
||||||
|
"type": "image/png",
|
||||||
|
"sizes": "1092x2016",
|
||||||
|
"form_factor": "narrow",
|
||||||
|
"label": "Anzeige der Webseite"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"icons": [
|
"icons": [
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 145 KiB |
|
Before Width: | Height: | Size: 146 KiB |
BIN
assets/pwa/logo.png
Normal file
|
After Width: | Height: | Size: 1.4 MiB |
BIN
assets/pwa/tall.png
Normal file
|
After Width: | Height: | Size: 1.4 MiB |
BIN
assets/pwa/wide.png
Normal file
|
After Width: | Height: | Size: 2.8 MiB |
|
Before Width: | Height: | Size: 307 KiB |
|
Before Width: | Height: | Size: 310 KiB |