An app prototype to help people grow hydroponic plants, built with Kotlin. This project was developed for the MotionHack 4.0 - Internal Hackathon by Mobile Innovation Laboratory, Telkom University.
- Plant Guide: Provide guides and steps for growing various hydroponic plants.
- Plant Monitoring: Track the daily progress and tasks for your growing plants.
- Marketplace: Buy and sell hydroponic-related items.
- Kotlin
- Jetpack Compose
- ViewModel
- StateFlow
- Coroutines
- Hilt
- Firebase Authentication
- Cloud Firestore
Prerequisites:
- Android Studio
- An Android Emulator or Physical Device
Steps:
- Clone the repository:
git clone https://github.com/maruffirdaus/hydropome.git
- Open in Android Studio:
- Launch Android Studio.
- If you see the Welcome Screen, click on
Open
. - If a project is already open, select
File
>Open...
. - Navigate to the cloned
hydropome
folder and select it.
- Sync Gradle:
- Wait for Android Studio to index files and sync the project with its Gradle files.
- Run the app:
- Select an available emulator or connect a physical Android device.
- Click the
Run 'app'
button (green play icon).