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

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

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.