A budget tracking app with the frontend written in Kotlin for Android or Swift for iOS and the backend written in Rust.
To be written up
To be shown
-
Install Android Studio.
-
Clone the repository:
git clone git@github.com:asder8215/Budgiet.git -
Open the
Budgiet/androiddirectory with Android Studio.After opening the project, you might not be able to build the app. This is because gradle needs manual setup (not really). On Android Studio, go to
Settings > Build, Execution, Deployment > Build Tools > Gradle. Set theGradle user homeoption to<your-user-home>/.gradle, andGradle JDKtoGRADLE_LOCAL_JAVA_HOME(or<your-android-studio-install-dir>/jbr). -
Click on
Sync Project with Gradel Files(the elephant icon with a down-left arrow on the right side of the top bar).
See CONTRIBUTING.md