Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 2.19 KB

README.md

File metadata and controls

37 lines (31 loc) · 2.19 KB

Recipe-Maker-Compose-MVVM

Banner Image

Recipe Maker is a simple Android app built entirely with Kotlin and Jetpack Compose. It follows Modern Android development with some of its best practices such as MVVM, Jetpack Compose, Dependency Injection and Repository Pattern.

Screenshots

         

Features

Recipe Maker allows users to create a list of recipes. It is also able to persist the recipes in a local NoSQL database.

Architecture

Resources