(In progress) A recipes app that draws data from the website https://www.food2fork.com/.
Uses Kotlin, REST API, MVVM and Retrofit
- Register for an API key from here: https://www.food2fork.com/about/api
- Add the key to the
gradle.properties (Global properties)
file as:Food2ForkApiKey = "<your API key>"