Midterm Project
it is an app that solves the problem of not knowing what to cook, the app displays a collection view of recipes The recipes are obtain from an API using NSURLREquest and parse from json data. The data is searched based on the ingredients inputed, the data can also be searched by selecting one of the categories collection view cell options. Once one of the displayed recepies is selected the app takes the user to the next view that has a Webwiev with the details of the recipe.