Reciplease is the fifth coded project of my training at OpenClassRooms.
If you wanna see the others, checkout my dedicated repo
Reciplease is an app where you can easily find recipes from what you have in your fridge.
Just enter ingredients you want to use and the app wil show you recipes you can make.
If you love one of them, you can store it on your phone for later, even offline.
- Core Data
- Cocoapods
- AlamoFire
- SDWebImage
- Delegate Patern
This project use 1 api keys (that I don't share, it's mine ^^).
Anywhere you want, create a file called "APIConfig.swift". Don't forget to add it to the target "Reciplease".
In this file, copy and paste the following code:
struct APIConfig {
static let appKey = "" // Paste your API Key here
static let appId = "" // Paste your App ID here
}
Add your api key and App ID in the file and build the project.
- App icon image: freesvg.org by OpenClipart