From 1f779c95aa1a162b67b942ca6cc89ad43ba57682 Mon Sep 17 00:00:00 2001 From: Brian Ou <43121684+jindoridodi@users.noreply.github.com> Date: Thu, 25 Dec 2025 16:54:40 -0800 Subject: [PATCH 01/17] added dumplings (#295) --- index.html | 1 + real/dumplings.html | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 real/dumplings.html diff --git a/index.html b/index.html index 9aa519d..ce2f0f3 100644 --- a/index.html +++ b/index.html @@ -142,6 +142,7 @@

Instructions:

    From 3fad4389d9fe44299af79487211a6b0a9dcc7905 Mon Sep 17 00:00:00 2001 From: Nathan <52774360+NDB-7@users.noreply.github.com> Date: Thu, 25 Dec 2025 23:58:59 -0800 Subject: [PATCH 11/17] Add bagel breakfast recipe (#316) --- breakfast/bagel.html | 27 +++++++++++++++++++++++++++ index.html | 1 + 2 files changed, 28 insertions(+) create mode 100644 breakfast/bagel.html diff --git a/breakfast/bagel.html b/breakfast/bagel.html new file mode 100644 index 0000000..55efe84 --- /dev/null +++ b/breakfast/bagel.html @@ -0,0 +1,27 @@ + + + + Cereal + + + + Home +

    Bagel

    +

    A simple (but delicious) breakfast, especially if you're in a hurry.

    +

    Ingredients:

    + +

    Instructions:

    +
      +
    1. Cut a hole in two buns
    2. +
    3. Toast them!
    4. +
    5. Spread cream cheese on one bun
    6. +
    7. Place the two buns together
    8. +
    9. Sprinkle sesame seeds on top (optional)
    10. +
    11. Enjoy!
    12. +
    + + \ No newline at end of file diff --git a/index.html b/index.html index 3d91978..a670085 100644 --- a/index.html +++ b/index.html @@ -92,6 +92,7 @@
+
+

Food Critic Review

+ +
\ No newline at end of file From b6dbc1f732c1048597a82eed3e23d2b5e0b9ac68 Mon Sep 17 00:00:00 2001 From: Thinh Nguyen Date: Fri, 26 Dec 2025 00:45:06 -0800 Subject: [PATCH 13/17] Add boba recipe (#318) --- drink/boba.html | 40 ++++++++++++++++++++++++++++++++++++++++ index.html | 1 + 2 files changed, 41 insertions(+) create mode 100644 drink/boba.html diff --git a/drink/boba.html b/drink/boba.html new file mode 100644 index 0000000..216f898 --- /dev/null +++ b/drink/boba.html @@ -0,0 +1,40 @@ + + + + + Boba + + + Back to Home +

Brown Sugar Boba

+ +

Ingredients:

+ + +

Instructions:

+
    +
  1. + Boil 4 cups of water. Add tapioca pearls and cook for 20 minutes until soft. +
  2. +
  3. + Drain the pearls and rinse with cold water. +
  4. +
  5. + In a small pot, mix brown sugar and 1/2 cup water. Simmer until it becomes a thick syrup. +
  6. +
  7. + Add the pearls to the syrup and stir to coat them. +
  8. +
  9. + Pour the pearls and syrup into a glass, add ice, and fill with milk. +
  10. +
+ + \ No newline at end of file diff --git a/index.html b/index.html index a670085..9bf2133 100644 --- a/index.html +++ b/index.html @@ -134,6 +134,7 @@
  • Matcha Tea
  • Berry Smoothie
  • Khoa's Strawberry Yogurt Drink
  • +
  • Boba
  • From 331c7403e0a88b62eccb76d504e9dd9a8b97ad85 Mon Sep 17 00:00:00 2001 From: Nathan <52774360+NDB-7@users.noreply.github.com> Date: Fri, 26 Dec 2025 00:57:33 -0800 Subject: [PATCH 14/17] Corrected a critical error in the cereal recipe (#312) --- breakfast/cereal.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/breakfast/cereal.html b/breakfast/cereal.html index ccb9a4f..6a4241a 100644 --- a/breakfast/cereal.html +++ b/breakfast/cereal.html @@ -18,7 +18,7 @@

    Steps:

  • Get bowl
  • Pour milk
  • Pour cereal
  • -
  • Add spoon (optional)
  • +
  • Add spoon
  • Food Critic Review

    Cinnamon toast crunch is an awful cereal! Cheerios are better!
    From 16a8d620c24d091f3985b7cc807c649c21d67e78 Mon Sep 17 00:00:00 2001 From: Thinh Nguyen Date: Fri, 26 Dec 2025 00:58:54 -0800 Subject: [PATCH 15/17] Add food critic review --- drink/boba.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/drink/boba.html b/drink/boba.html index 216f898..78aaa41 100644 --- a/drink/boba.html +++ b/drink/boba.html @@ -36,5 +36,17 @@

    Instructions:

    Pour the pearls and syrup into a glass, add ice, and fill with milk. +
    +

    Food Critic Review

    +

    + Optional: Add tea to milk to make a Brown Sugar Milk Tea +

    +

    + Best boba drink ever!!! +

    +

    + 5/5 +

    +
    \ No newline at end of file From eedf1d5116d41ba52ab57d9d6625b4f5fd6ebeaa Mon Sep 17 00:00:00 2001 From: Thinh Nguyen Date: Fri, 26 Dec 2025 01:06:16 -0800 Subject: [PATCH 16/17] Change Sugar to Milk (#320) --- drink/coffee.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drink/coffee.html b/drink/coffee.html index 6a1d1b0..05d208f 100644 --- a/drink/coffee.html +++ b/drink/coffee.html @@ -19,7 +19,7 @@

    Instructions:

  • Put coffee beans in bean loading area of coffee machine
  • Add water to water tank
  • Press the make coffee button idk
  • -
  • add some Sugar
  • +
  • add some Milk
  • That's it.
    • @@ -33,7 +33,7 @@

      Instructions:

    • Add water to water tank
    • Press the make coffee button idk
    • (Optional) Add any optional ingredient(s)
    • -
    • Optional ingredient(s) include: cinnamon, vanilla extract, butter, sugar
    • +
    • Optional ingredient(s) include: cinnamon, vanilla extract, butter, sugar, milk
    • ?????
    • Profit
    • From f3cf9d615c0c0712fba38327a503898932fd46c9 Mon Sep 17 00:00:00 2001 From: m3v113 <76668066+m3v113@users.noreply.github.com> Date: Fri, 26 Dec 2025 01:10:36 -0800 Subject: [PATCH 17/17] added food critic review section for grilled cheese recipe (#321) --- american/grilledcheese.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/american/grilledcheese.html b/american/grilledcheese.html index 5d8c1bd..51e173d 100644 --- a/american/grilledcheese.html +++ b/american/grilledcheese.html @@ -20,6 +20,8 @@

      Steps

    • Place cheese between unbuttered sides.
    • Cook on a pan until golden on both sides.
    • +

      Food Critic Review

      +

      A classic sandwich - a perfect combination of bread, cheese, butter, and heat. Simplicity at its finest.