Lexyful / What-s-Cookin

0 stars 0 forks source link

Feature/recipe class tests #21

Closed quynhtlluu closed 1 year ago

quynhtlluu commented 1 year ago

This adds the properties for the Recipe class and methods for the Recipe Repository class and Recipe class.

jmartin777 commented 1 year ago

-Added Recipe class file

-constructed the initial model of Recipe object..

-added Recipe class test file.

-added instances of Recipe class methods.

-Modify Recipe Repository class