A food recipe app built using Spoonacular API
To install and run this application on your Android device, you will be required an API key from Spoonacular. You can generate your new API key from here for free : Generate API key for free
-
First of all you should fork this repo to your GitHub account.
-
After forking clone the project in your Android Studio
-
Paste the generated API Key at the givem location :
com.examples.foodish -> api -> utils -> Constant.kt
-
After pasting your API Key run the app and install it on your device.
Contributions are always welcome! Please fork the repository and make changes on a new branch on your local and push it. And then make a Pull Request with your changes description.