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

https://github.com/mohamed-rabie-abdelhameed/online-banking-application

A simple online banking application using javafx and MySQL
https://github.com/mohamed-rabie-abdelhameed/online-banking-application

Last synced: 3 months ago
JSON representation

A simple online banking application using javafx and MySQL

Awesome Lists containing this project

README

        

# Online-Banking-Application
A simple online banking application using javafx and MySQL
## The Application consists of:
- Login page
- Signup page
- Home page (Gives an overview of user account)
- Deposit page (Allows the user to enter the amount to be deposited into his account)
- Withdraw page (Allows the user to enter the amount to be withdrawed from his account)
- Transfer page (Allows the user to enter the amount to be transferred and the reciever's account number)

![login page](https://user-images.githubusercontent.com/83073238/205947792-9795349f-cd38-4b0a-9552-f7fcc4aa4587.png)
![signup page](https://user-images.githubusercontent.com/83073238/205947806-0dfcc42f-71ca-4204-b92c-194873bee422.png)
![home page](https://user-images.githubusercontent.com/83073238/205947821-97ca1c84-ee59-4605-b596-001f76c93b8d.png)
![deposit page](https://user-images.githubusercontent.com/83073238/205947837-41182dfd-34ec-45b1-a526-8b7db072da9e.png)
![withdraw page](https://user-images.githubusercontent.com/83073238/205947845-99ff2aca-87fd-4f93-bc0d-3f34ea6a8791.png)
![transfer page](https://user-images.githubusercontent.com/83073238/205947859-894f5a36-5918-45e0-859d-52b60103c13b.png)