From 62aee24595cfac276c7af7d88d845e4cfa657d13 Mon Sep 17 00:00:00 2001 From: Nicholas <16458785+NickKalar@users.noreply.github.com> Date: Fri, 21 Nov 2025 14:12:51 -0500 Subject: [PATCH] Added sample ingredients --- src/json/sample.ingredients.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/json/sample.ingredients.json diff --git a/src/json/sample.ingredients.json b/src/json/sample.ingredients.json new file mode 100644 index 0000000..59ed92f --- /dev/null +++ b/src/json/sample.ingredients.json @@ -0,0 +1,12 @@ +{ + "Peanut Butter Sandwich": { + "Peanut Butter": { + "quantity": 2, + "units": "tbsp" + }, + "Sliced Bread": { + "quantity": 2, + "units": "slices" + } + } +} \ No newline at end of file