Skip to content

A sample Kotlin MultiPlatform project having native UI and shared logic on Android and IOS.

Notifications You must be signed in to change notification settings

farahAtieh/MyMealsApp

Repository files navigation

MyMealsApp

Kotlin Multiplatform Meals Application

This app generates a random list of meals categorized by their first letter upon each refresh with their respective images. Users will have the option to mark meals as favorites. The data for the app will be retrieved from TheMealDB API(www.themealdb.com/api/json/v1/1) and then cache it in our local database. Additionally, users can view their favorite meals, which are stored locally in our database.

android_ios_app

Every layer is shared except the UI.

Built with

Targets

  • Android
  • iOS