/resepy

Simple app to search for food recipes

Primary LanguageKotlin

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

  1. Read new recipes
  2. Read recipes by category
  3. Search recipes

Preview

Home

Home

Detail

Phones List

New Recipes

Phone Specifications

Recipes by Category

Recipes by Category

Search

Search

Searched Recipes

Brands

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.