Skip to content
This repository has been archived by the owner on Oct 10, 2020. It is now read-only.

Latest commit

 

History

History
15 lines (11 loc) · 868 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 868 Bytes

RecipeApp

Purpose of the app

This iOS app is a recipe application. You can search a term, then choose a recipe to see its instructions. RecipeApp is intended to be a demo about Objective C for iOS. That is why the architecture of the project could be better. But I have chosen to implement this app like that to show multiple ways to achieve the same thing (for example do a background task).

How to run

To run this sample, you need to have XCode correctly installed. The app is based on the bigoven API. So you have to get a free API key here. Then, you will need to add this API key in the Helper.m file of the project.

Slides of the talk

A link to the slides of the talk will be added soon.