Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kerokero014/simple-banking-app
https://github.com/kerokero014/simple-banking-app
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/kerokero014/simple-banking-app
- Owner: kerokero014
- Created: 2024-05-23T02:44:21.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-23T03:21:53.000Z (8 months ago)
- Last Synced: 2024-11-14T03:13:55.950Z (2 months ago)
- Language: Java
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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)