diff --git a/README.md b/README.md index 4eee7bba..fd117ca7 100644 --- a/README.md +++ b/README.md @@ -16,5 +16,15 @@ Just unpack the [latest release](https://github.com/berrnd/grocy/releases/latest ## Notes about barcode readers Some fields also allow to select a value by scanning a barcode. It works best when your barcode reader prefixes every barcode with a letter this is normally not part of a item name (I use a `$`) and sends a `TAB` after a scan. +## Screenshots +#### Dashboard +![Dashboard](https://github.com/berrnd/grocy/raw/master/publication_assets/dashboard.png "Dashboard") + +#### Purchase - with barcode scan +![Purchase - with barcode scan](https://github.com/berrnd/grocy/raw/master/publication_assets/purchase-with-barcode.gif "purchase-with-barcode") + +#### Consume - with manual search +![Consume - with manual search](https://github.com/berrnd/grocy/raw/master/publication_assets/consume.gif "consume") + ## License The MIT License (MIT) diff --git a/publication_assets/consume.gif b/publication_assets/consume.gif new file mode 100644 index 00000000..5a4a5b65 Binary files /dev/null and b/publication_assets/consume.gif differ diff --git a/publication_assets/dashboard.png b/publication_assets/dashboard.png new file mode 100644 index 00000000..a4f07dab Binary files /dev/null and b/publication_assets/dashboard.png differ diff --git a/publication_assets/purchase-with-barcode.gif b/publication_assets/purchase-with-barcode.gif new file mode 100644 index 00000000..9c1fae75 Binary files /dev/null and b/publication_assets/purchase-with-barcode.gif differ