Terrible Recipe Suggester is an Android app that suggests recipes to users based on the ingredients entered by the user.
Clone the repository and use Android Studio to build the project.
- Firebase
implementation 'com.android.support:cardview-v7:27.1.1'
implementation 'com.squareup.okhttp3:okhttp:3.10.0'
implementation 'com.google.code.gson:gson:2.8.5'
implementation 'com.squareup.picasso:picasso:2.71828'
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.