Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yehya403/bank-account-project
Simple project using Kotlin
https://github.com/yehya403/bank-account-project
Last synced: about 2 months ago
JSON representation
Simple project using Kotlin
- Host: GitHub
- URL: https://github.com/yehya403/bank-account-project
- Owner: Yehya403
- Created: 2023-08-24T03:00:58.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-24T03:06:55.000Z (over 1 year ago)
- Last Synced: 2023-08-24T04:26:43.011Z (over 1 year ago)
- Language: Kotlin
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Banking System
Welcome to the Banking System project! This is a simple console-based application that simulates a banking system. Users can create different types of bank accounts, perform transactions, and check balances.
## Features
- Create different types of accounts: Debit, Credit, and Checking.
- Perform transactions: Deposit and Withdraw money from accounts.
- Check account balance.
- Close the banking system.## Getting Started
To get started with the project, follow these steps:
1. Clone the repository:
```bash
git clone https://github.com/yehya403/bank-account-project.git
```2. Navigate to the project directory:
```bash
cd bank-account-project
```3. Run the project
## Usage
1. When prompted, choose the type of account you want to create (Debit, Credit, or Checking).
2. Enter the initial account balance.
3. Enter the amount to be deposited or withdrawn.
4. Choose from the available options:
- Check account balance
- Withdraw money
- Deposit money
- Close the system## Contributing
Contributions are welcome! If you find any issues or have suggestions, please feel free to open an issue or submit a pull request.