Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ayoubelouaizi/e-banking-clientside-javafx
this client side project use java fx created using intilij and maven build tool and it use RMI to connect to the server previously created for banking operation with the title e-banking-ServerSide-RMI in my github repos.
https://github.com/ayoubelouaizi/e-banking-clientside-javafx
intelij java javafx javafx-application maven rmi rmi-client
Last synced: 16 days ago
JSON representation
this client side project use java fx created using intilij and maven build tool and it use RMI to connect to the server previously created for banking operation with the title e-banking-ServerSide-RMI in my github repos.
- Host: GitHub
- URL: https://github.com/ayoubelouaizi/e-banking-clientside-javafx
- Owner: AyoubELOUAIZI
- Created: 2024-02-16T01:06:11.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-02-18T23:45:05.000Z (12 months ago)
- Last Synced: 2024-11-19T21:11:27.083Z (3 months ago)
- Topics: intelij, java, javafx, javafx-application, maven, rmi, rmi-client
- Language: Java
- Homepage:
- Size: 4.25 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Client side of E-banking project:
this project created with java and javafx using IntelliJ IDEA,and RMI methode for the connection with backend server to access the database, this is some screenshots of the project :## 1- Authentication :
![Image Alt Text](./src/main/resources/estm/dsic/jee/images/screenshotes/auth.png)## Balancing :
This screen shows the user current balance when opening the app and after each operation this number get updated.
![Image Alt Text](./src/main/resources/estm/dsic/jee/images/screenshotes/balance.png)## Deposit UI :
this ui allows the user to make a deposit by entering a number and pressing the button.
![Image Alt Text](./src/main/resources/estm/dsic/jee/images/screenshotes/deposite.png)## Banking operations history :
this allows the user to see this history of different operation tha happened in his account and he can also print it.
![Image Alt Text](./src/main/resources/estm/dsic/jee/images/screenshotes/historique.png)## Example Result pdf of printed banking history:
![Image Alt Text](./src/main/resources/estm/dsic/jee/images/screenshotes/pdf-history.png)this is the link of my server side of this project without it this will not work : https://github.com/AyoubELOUAIZI/e-banking-ServerSide-RMI
Thank you for taking the time to explore my project ✅🚀!