Ramen project aimes to showcases the capabilities of Kotlin Multiplatform by developing an iOS application that enables users to monitor the contents of their refrigerator and receive suggestions for recipes. The project is open source and under development.
- Develop a good quality iOS , watchOS application with seamles experince in step by step cooking.
- Bookmarking recipes for later use.
- Showing Nutritional facts.
- Syncing data to Firebase.
- User Authentication.
- Setup donation.
- Android is in the roadmap but it's not the main focus now.
- Latest version of Android Studio, with KMM plugin.
- macOS Machince.
- Xcode.
- Open project in Android Studio.
- Assemble the
shared
module. - Run the following commands in terminal.
cd IosApp && pod install
- Open the IosApp using the
workspace
in Xcode. - Run the project, a Simulator should open with the app running.