Skip to content

A basic recipe app that uses MVVM architecture and latest jetpack compose components

Notifications You must be signed in to change notification settings

darthwithap/recipe-app

Repository files navigation

Recipe App

A basic recipe app that uses MVVM architecture and latest Jetpack compose components. The project is a direct inspiration from MVVM course by Mitch Tabian and was built for the purpose of learning latest trends in Android Development.

API:

The app communicates with food2fork API which is also built by Mitch Tabian.

Main Features of the Project:

  1. MVVM
  2. Jetpack Compose for UI
  3. MutableState instead of LiveData
  4. Dagger Hilt for DI
  5. Retrofit for communication with REST API
  6. Custom fonts and themes
  7. Navigation Components

App Screenshots:

1 2 3 4 5

APK

recipe-app-debug.apk

References:

  1. Jetpack Compose MVVM for Beginners
  2. Dependency Injection with Hilt
  3. Jetpack Compose
  4. Material UI Color System

About

A basic recipe app that uses MVVM architecture and latest jetpack compose components

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages