RecipeApp is an android app for browsing and searching recipes of your choice. The app uses Retrofit library along with MVVM(Model View ViewModel) architecture pattern to fetch the recipes data from an API source.
- Download or clone the repository.
- Get an API Key from here.
- Go to
Constants.ktfile and replaceAPI_KEY_HEREwith your API Key. - Run the project on an emulator or physical device.
This project is currently licensed under the Apache License Version 2.0. A copy of LICENSE should be present along with the source code.





