Fa1dz commited on
Commit
0a68ded
1 Parent(s): 2c1b0c5

Update dummy.py

Browse files
Files changed (1) hide show
  1. dummy.py +25 -0
dummy.py CHANGED
@@ -235,5 +235,30 @@ recipes = [
235
  ],
236
  'title': 'Creamy Corn and Potato Chowder'
237
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
238
  }
239
  ]
 
235
  ],
236
  'title': 'Creamy Corn and Potato Chowder'
237
  },
238
+ {
239
+ 'directions': [
240
+ "Preheat oven to 375°F (190°C).",
241
+ "In a mixing bowl, combine butter, white sugar, brown sugar and vanilla extract until creamy.",
242
+ "Beat in the eggs, one at a time.",
243
+ "Stir in the flour, baking soda and salt.",
244
+ "Fold in the chocolate chips and chopped nuts.",
245
+ "Drop spoonfuls of the dough onto ungreased cookie sheets.",
246
+ "Bake for 10-12 minutes, or until lightly browned.",
247
+ "Allow the cookies to cool for 5 minutes before transferring them to wire racks to cool completely.",
248
+ ],
249
+ 'ingredients': [
250
+ "1 cup butter, softened",
251
+ "1 cup white sugar",
252
+ "1 cup brown sugar",
253
+ "2 tsp. vanilla extract",
254
+ "2 eggs",
255
+ "3 cups flour",
256
+ "1 tsp. baking soda",
257
+ "1 tsp. salt",
258
+ "2 cups semisweet chocolate chips",
259
+ "1 cup chopped nuts (optional)",
260
+ ],
261
+ 'title': 'Classic Chocolate Chip Cookies',
262
+ },
263
  }
264
  ]