https://github.com/gurubalan-git/bank-account-simulation
A Bank Account Simulation with JavaFX and SQLite back-end. Material UX|UI.
https://github.com/gurubalan-git/bank-account-simulation
banking css-modules java java-8 java8 javafx javafx-application javafx-components javafx-desktop-apps javafx-frameworks javafx-gui javafx-library javafx-project material-design material-design-lite material-ui materialize-css sqlite-database sqlite3 stylesheets
Last synced: 16 days ago
JSON representation
A Bank Account Simulation with JavaFX and SQLite back-end. Material UX|UI.
- Host: GitHub
- URL: https://github.com/gurubalan-git/bank-account-simulation
- Owner: Gurubalan-GIT
- License: mit
- Created: 2018-03-24T09:57:51.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-23T18:01:36.000Z (over 6 years ago)
- Last Synced: 2025-04-10T03:54:15.530Z (16 days ago)
- Topics: banking, css-modules, java, java-8, java8, javafx, javafx-application, javafx-components, javafx-desktop-apps, javafx-frameworks, javafx-gui, javafx-library, javafx-project, material-design, material-design-lite, material-ui, materialize-css, sqlite-database, sqlite3, stylesheets
- Language: Java
- Homepage:
- Size: 30.4 MB
- Stars: 22
- Watchers: 4
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bank Account Simulation. [](https://github.com/Gurubalan-GIT/BankAccountSimulation) [](https://github.com/Gurubalan-GIT/BankAccountSimulation)
This is a robust software made with **Java**, **JavaFX** and **SQLite** database as backend. It contains all the features of banking applications with
material UI and UX. To look at the **SQLite** database file: [Click here](src/main/resources/db).## Sqlite 3.
To get started off, first to execute tables and SQLite commands you need to install `Sqlite3`. Head over [here](https://www.sqlite.org/2018/sqlite-tools-win32-x86-3220000.zip) (WindowsOS) for downloading it.Then you can execute and create tables within the commandline.
### Alternative:
The alternative GUI experience is the `Sqlite DB browser`.[Click here](http://sqlitebrowser.org/) to download.## Material Design.
Every design structure and UI implemented here is according to the guidelines of [Google Design](https://design.google/) precisely [Material Design](https://material.io/).
Includes smooth transitions and other minor UI tweaks with a rich dashboard UI.## Content
- Java
- JavaFX
- Sqlite3
- FXML
- CSS-Stylesheets## License
This software is copyrighted and hence licensed.[View here](LICENSE).## Screensots
![]()
![]()
![]()
![]()
_Thank you for stopping by._