Closed kmtsering closed 1 year ago
Current build extracts all required details of site's recipe. Certain recipes would contain "Notes" at the end which could be relevant to the user. New class implement may be necessary to handle this case.
Notes class with parsing function has been implemented. Code is now capable of searching any recipe under domain.
Needs to extract data such as ingredient measurements, names, as well as cooking directions, and header information,
Create recipe objects based on data. Converts units as needed. Identifies ingredient names. Displays cooking directions. Displays/Extracts header information.