Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kerokero014/simple-banking-app


https://github.com/kerokero014/simple-banking-app

Last synced: 7 days ago
JSON representation

Awesome Lists containing this project

README

        

# Overview

## Banking Application (Replica)

This app will replicate a bank and all its functionalities from creating an account, making deposits
withdraw money, check balance, transaction history and delete the accoount.

### Extra Features:
- Password Hashing
- Password Validation

[Software Demo Video](https://youtu.be/yFa7JiHaXhg)

# Development Environment

* Java 17
* JDK Oracle 22
* Visual Studio Code & intellJ idea

# Useful Websites

{Make a list of websites that you found helpful in this project}

- [Java ArrayLists](https://www.w3schools.com/java/java_arraylist.asp)
- [Java Classes & Objects](https://www.w3schools.com/java/java_classes.asp)