An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

![screenshot](./docs/assets/img/screenshot.png)

## 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.