A client-server application with meal recipes

Description

A client-server application with meal recipes.

Technology

API: https://www.themealdb.com/api.php

  • Clean Architecture (close)
  • MVVM
  • Single Activity
  • LiveData
  • OkHttp3
  • Room
  • Hilt

Features

Search by category

Beef, chicken, pork, seafood, etc.

Search by cuisine

American, British, Mexican, etc.

Add to favorites

Recipes added to favorites are shown in the corresponding item.

Offline mode

When there is no Internet connection, cached recipes are available. When connection is established, you can swipe up to get updated information.

Database scheme

GitHub

View Github