RahatBook is a mobile application developed as a student project for the Introduction to Mobile Development course. Built using Jetpack Compose and Kotlin in Android Studio, this app allows users to track their mood, write notes, and receive helpful tips for their mental health.
-
Programming Language: Kotlin
-
UI Framework: Jetpack Compose
- Track daily moods with an intuitive interface
- Write and manage personal notes
- Receive tips and suggestions for improving mood and mental health
Before you begin, ensure you have the following tools installed:
- Android Studio
- Git
- An Android device or an Android emulator for testing
Clone the project:
git clone https://github.com/AminaHamzic/rahat-book-mobile-app.git
Navigate to the project directory:
cd MoodTrackerApp
Open the project in Android Studio
- Launch Android Studio.
- Select File > Open from the menu.
- Navigate to the directory where you cloned the repository and select it.
Sync the project with Gradle
- Once the project is open in Android Studio, you may need to sync it with Gradle.
- If prompted, click Sync Now to download the necessary dependencies.