diff --git a/README.md b/README.md index 5acea67..d059565 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # EpriLog -A little shiny r web app to log and view your espresso settings for le perfect taste! +*Espresso + Log = EpriLog* +A little shiny r web app to log and view your espresso settings and brew history for le perfect taste! ## Setup: @@ -11,3 +12,11 @@ in the `data` folder rename the `*.example` files to end just with `*.csv` -> visit http://localhost:3839 + +## Example screenshots: + +![Brew history dashboard](./screenshots/brews.png) +![Coffees](./screenshots/coffees.png) + + + diff --git a/screenshots/brews.png b/screenshots/brews.png new file mode 100644 index 0000000..313d6df Binary files /dev/null and b/screenshots/brews.png differ diff --git a/screenshots/coffees.png b/screenshots/coffees.png new file mode 100644 index 0000000..d9514c4 Binary files /dev/null and b/screenshots/coffees.png differ