Difference between revisions of "Recipe Wizard"

From Makers Local 256
Jump to: navigation, search
(recipe wizard page creation)
 
(more info)
Line 1: Line 1:
You specify a list of ingredients and the website will return a list of recipe titles.  Preparation time, food category, and recipe title search are optional search parameters just in case someone wants them.
+
==Status==
 +
I'm still debating with myself on what to write this in.  Right now, I'm thinking about writing an implementation in c/c++, because I'm comfortable in it.  On the other hand, I eventually want this to be on the web, so I'm also thinking ruby on rails.  I have a general idea of how to implement it at this point.
 +
 
 +
==Details==
 +
You specify a list of ingredients and it will return a list of recipe titles.  Preparation time, food category, and recipe title search are optional search parameters just in case someone wants them.  I have decided that this page will also serve as a kitchen inventory.
  
 
I don't think this was originally my idea, but I can't remember who to credit.
 
I don't think this was originally my idea, but I can't remember who to credit.

Revision as of 21:27, 2 March 2007

Status

I'm still debating with myself on what to write this in. Right now, I'm thinking about writing an implementation in c/c++, because I'm comfortable in it. On the other hand, I eventually want this to be on the web, so I'm also thinking ruby on rails. I have a general idea of how to implement it at this point.

Details

You specify a list of ingredients and it will return a list of recipe titles. Preparation time, food category, and recipe title search are optional search parameters just in case someone wants them. I have decided that this page will also serve as a kitchen inventory.

I don't think this was originally my idea, but I can't remember who to credit.