https://github.com/morgankryze/kotlin-banking-app
A basic banking app built using kotlin and android studio.
https://github.com/morgankryze/kotlin-banking-app
Last synced: 7 months ago
JSON representation
A basic banking app built using kotlin and android studio.
- Host: GitHub
- URL: https://github.com/morgankryze/kotlin-banking-app
- Owner: MorganKryze
- License: mit
- Created: 2024-12-02T22:22:49.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-12-06T17:37:27.000Z (10 months ago)
- Last Synced: 2025-02-01T07:43:44.622Z (8 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 2.85 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

## Overview
> A basic banking app built using kotlin and android studio.
The banking app allows users to add expenses and incomes, and view their balance. The app also allows users to add expenses using their camera, capturing the receipt and adding the expense automatically.
## Getting Started
- [Overview](#overview)
- [Getting Started](#getting-started)
- [Documentation](#documentation)
- [Setting up](#setting-up)
- [Prerequisites](#prerequisites)
- [Install](#install)
- [Build \& Run](#build--run)
- [Supported platforms](#supported-platforms)
- [Supported languages](#supported-languages)
- [Future improvements](#future-improvements)
- [Contributing](#contributing)
- [License](#license)### Documentation
Work in progress...
### Setting up
#### Prerequisites
- Android studio: to build the app
- Android device or emulator: to run the app#### Install
1. Clone the repository
```bash
git clone https://github.com/MorganKryze/Kotlin-banking-app.git
```2. Open the project in Android Studio
3. Todo: Add the AI setup steps
#### Build & Run
Once in Android Studio, you can build and run the app on your device or emulator. It should be straightforward, but if you encounter any issues, please [open an issue](https://github.com/MorganKryze/Kotlin-banking-app/issues).
### Supported platforms
- Android
### Supported languages
- English
### Future improvements
- Link between the app and the OCR API.
- More granular control of the expenses and incomes.
- Redesign the app to make it more user-friendly.### Contributing
If you want to contribute to the project, you can follow the steps described in the [CONTRIBUTING](./.github/CONTRIBUTING) file.
### License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE) file for details.