Resepy
Simple app to search for food recipes.
Notes
This app uses :
- Jetpack Compose
- Unidirectional Data Flow Pattern
- Dagger Hilt
- Paging 3
- Flow
- Coroutines
- Retrofit
- Moshi
- Coil
Rest API by https://github.com/tomorisakura/unofficial-masakapahariini-api
UI Design is sliced from https://dribbble.com/shots/15295362-Food-Recipe-App with small changes
Features
- Read new recipes
- Read recipes by category
- Search recipes
Preview
Home
Detail
New Recipes
Recipes by Category
Search
Searched Recipes
Installation and Usage
Download the zip from this repository or use git clone on your terminal.
git clone https://github.com/ajailani4/resepy.git
Then, run it on your android emulator or physical device.
Contributing
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.