diff --git a/README.md b/README.md index c9d8fce..1a8cf1e 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@ The demo instance resets every hour, on the hour. ## Screenshots -![Baby Buddy mobile view](screenshot-mobile.png) -![Baby Buddy desktop view](screenshot.png) +![kcal mobile screenshot](screenshots/mobile.png) +![kcal desktop screenshot](screenshots/desktop.png) ## Functionality @@ -62,6 +62,8 @@ of reason this feature has been left out of kcal: Foods are taggable and tags can be used to filter and search for foods quickly. +![kcal foods edit and show screenshot](screenshots/foods.png) + ### Recipes Recipes are shared between all users. They (currently) cannot be shared externally, @@ -76,6 +78,8 @@ The recipe view is meant to be as uncluttered as possible, to support browser Recipes are taggable and tags can be used to filter and search for recipes quickly. +![kcal foods edit and show screenshot](screenshots/recipes.png) + ### Journal entries Journal entries are private. Each user has and can only see their own entries. @@ -91,6 +95,8 @@ Journal entries are not editable. The calorie and macro information for each ent recorded with the entry. This allows for recoding and maintaining journal entry data even as foods and recipes are updated. +![kcal journal entries edit and show screenshot](screenshots/journal-entries.png) + ### Goals Goals are private. Each user can create and see only their own goals. @@ -103,6 +109,8 @@ be overridden for individual days in the journal section. There is no limit to the number of goals a user can create. +![kcal goals edit and show screenshot](screenshots/goals.png) + ### Meals Meals are private. Each user can rename, arrange, and enable or disabled their @@ -113,6 +121,8 @@ used for both meal planning and goal tracking. There is a pre-configured maximum of eight meals for each user. +![kcal meals edit and show screenshot](screenshots/meals.png) + ## Use cases Kcal's primary focus is tracking nutrition (recipe management is the most important diff --git a/screenshot.png b/screenshots/desktop.png similarity index 100% rename from screenshot.png rename to screenshots/desktop.png diff --git a/screenshots/food-edit.png b/screenshots/food-edit.png new file mode 100644 index 0000000..8a43522 Binary files /dev/null and b/screenshots/food-edit.png differ diff --git a/screenshots/food-show.png b/screenshots/food-show.png new file mode 100644 index 0000000..62eafac Binary files /dev/null and b/screenshots/food-show.png differ diff --git a/screenshots/foods.png b/screenshots/foods.png new file mode 100644 index 0000000..ae66ae2 Binary files /dev/null and b/screenshots/foods.png differ diff --git a/screenshots/goals-edit.png b/screenshots/goals-edit.png new file mode 100644 index 0000000..7e4606c Binary files /dev/null and b/screenshots/goals-edit.png differ diff --git a/screenshots/goals-list.png b/screenshots/goals-list.png new file mode 100644 index 0000000..402f7a1 Binary files /dev/null and b/screenshots/goals-list.png differ diff --git a/screenshots/goals.png b/screenshots/goals.png new file mode 100644 index 0000000..915d935 Binary files /dev/null and b/screenshots/goals.png differ diff --git a/screenshots/journal-add.png b/screenshots/journal-add.png new file mode 100644 index 0000000..c5963c0 Binary files /dev/null and b/screenshots/journal-add.png differ diff --git a/screenshots/journal-entries.png b/screenshots/journal-entries.png new file mode 100644 index 0000000..0b4d266 Binary files /dev/null and b/screenshots/journal-entries.png differ diff --git a/screenshots/journal-show.png b/screenshots/journal-show.png new file mode 100644 index 0000000..e95d2e8 Binary files /dev/null and b/screenshots/journal-show.png differ diff --git a/screenshots/meals-edit.png b/screenshots/meals-edit.png new file mode 100644 index 0000000..7a67876 Binary files /dev/null and b/screenshots/meals-edit.png differ diff --git a/screenshots/meals-entry.png b/screenshots/meals-entry.png new file mode 100644 index 0000000..dac08c3 Binary files /dev/null and b/screenshots/meals-entry.png differ diff --git a/screenshots/meals.png b/screenshots/meals.png new file mode 100644 index 0000000..34b93fa Binary files /dev/null and b/screenshots/meals.png differ diff --git a/screenshot-mobile.png b/screenshots/mobile.png similarity index 100% rename from screenshot-mobile.png rename to screenshots/mobile.png diff --git a/screenshots/recipe-edit.png b/screenshots/recipe-edit.png new file mode 100644 index 0000000..3495159 Binary files /dev/null and b/screenshots/recipe-edit.png differ diff --git a/screenshots/recipe-show.png b/screenshots/recipe-show.png new file mode 100644 index 0000000..7627897 Binary files /dev/null and b/screenshots/recipe-show.png differ diff --git a/screenshots/recipes.png b/screenshots/recipes.png new file mode 100644 index 0000000..f97f6e8 Binary files /dev/null and b/screenshots/recipes.png differ