https://github.com/emmanuelsilva/kotlin-bank-account
Simple Bank Account implementation in Kotlin using TDD
https://github.com/emmanuelsilva/kotlin-bank-account
bank-account kotlin tdd
Last synced: 7 months ago
JSON representation
Simple Bank Account implementation in Kotlin using TDD
- Host: GitHub
- URL: https://github.com/emmanuelsilva/kotlin-bank-account
- Owner: emmanuelsilva
- Created: 2025-02-02T02:28:17.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-02-02T03:00:16.000Z (9 months ago)
- Last Synced: 2025-02-02T03:24:59.526Z (9 months ago)
- Topics: bank-account, kotlin, tdd
- Language: Kotlin
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kotlin Bank Account
This is a sample project developed in Kotlin that simulates basic bank account operations.
The goal of this project is to demonstrate object-oriented programming concepts and best practices in Kotlin by implementing functionalities such as account creation, deposits, withdrawals, and balance inquiry. The project was designed using Test-Driven Development (TDD).
## Features
- Create and manage bank accounts.
- Deposit and withdraw funds.
- Validate operations to prevent invalid transactions.
- A practical example of using Kotlin in an object-oriented application.## Prerequisites
Before running the project, make sure you have the following installed on your machine:
- JDK 21 or higher.
## Contact
Emanuel Silva - [emmanuelsilva](https://github.com/emmanuelsilva)
Feel free to open issues or contact me if you have any questions.