Skip to content

Commit

Permalink
ADD: Food Database/Chicken Mechado/Recipe/Ingredients
Browse files Browse the repository at this point in the history
  • Loading branch information
godkingjay committed Dec 19, 2022
1 parent 4fb152f commit 9f837c2
Showing 1 changed file with 103 additions and 5 deletions.
108 changes: 103 additions & 5 deletions assets/FoodsDB/foodsDB.js
Original file line number Diff line number Diff line change
Expand Up @@ -6323,12 +6323,110 @@ Chicken mechado isn’t just delicious, but it’s also incredibly easy to make!
},
ingredients: [
{
name: null,
amount: null,
tagalog: null,
type: null,
image: null,
name: `Chicken`,
amount: `2 lbs.`,
tagalog: `Manok`,
type: `Cut into serving pieces.`,
image: `chicken`,
},
{
name: `Knorr Chicken Cube`,
amount: `1 Piece`,
tagalog: null,
type: null,
image: `mix-cube`,
},
{
name: `Potatoes`,
amount: `2 Pieces`,
tagalog: `Patatas`,
type: null,
image: `potato`,
},
{
name: `Soy Sauce`,
amount: `3 Tablespoons`,
tagalog: null,
type: null,
image: `soy-sauce`,
},
{
name: `Lemon`,
amount: `1 Piece`,
tagalog: null,
type: `Sliced`,
image: `lemon`,
},
{
name: `Tomato Sauce`,
amount: `8 Ounces`,
tagalog: null,
type: null,
image: `tomato-sauce`,
},
{
name: `Bell Pepper`,
amount: `1 Piece`,
tagalog: null,
type: `Optional`,
image: `bell-pepper`,
},
{
name: `Water`,
amount: `1 Cup`,
tagalog: `Tubig`,
type: null,
image: `water`,
},
{
name: `Laurel Leaves`,
amount: `1 Piece`,
tagalog: `Dahon ng Laurel`,
type: null,
image: `bay-leaf`,
},
{
name: `Onion`,
amount: `1 Piece`,
tagalog: `Sibuyas`,
type: `Chopped`,
image: `onion`,
},
{
name: `Garlic`,
amount: `3 Cloves`,
tagalog: `Bawang`,
type: `Chopped`,
image: `garlic`,
},
{
name: `Sugar`,
amount: `1/2 Teaspoon`,
tagalog: `Asukal`,
type: null,
image: `sugar`,
},
{
name: `Salt`,
amount: `Depends on taste`,
tagalog: `Asin`,
type: null,
image: `salt`,
},
{
name: `Ground Black Pepper`,
amount: `Depends on taste`,
tagalog: `Dinurog na Paminta`,
type: null,
image: `black-pepper`,
},
{
name: `Cooking Oil`,
amount: `4 Tablespoons`,
tagalog: `Mantika`,
type: null,
image: `cooking-oil`,
},
],
instructions: [

Expand Down

0 comments on commit 9f837c2

Please sign in to comment.