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

https://github.com/eshan-sud/safeledger

A GUI-Based Bank Management System
https://github.com/eshan-sud/safeledger

fiile-handling gui java javaawt javafx javaswing oops

Last synced: 2 months ago
JSON representation

A GUI-Based Bank Management System

Awesome Lists containing this project

README

        

____________________________________________________________________________________________________________________________________________________________________________

# SafeLedger

A GUI-based Bank Management System, with user & admin logins, secure authentications, & the ability to store & modify user information through admin accounts. Implemented a robust system for creating new customer accounts, facilitating secure login procedures, & providing administrators with exclusive access for managing system operations.

Screenshot 2023-11-18 134726

Built using Java programming lanaguage, Object Oriented Programming and file handling.

## How To Run

- Download Java Runtime Environment(JRE) from their offical website

- Downlaod all the files

- Open the command prompt in the file explorer where the files are stored

- Excecute the following statements in the command prompt to start your program

javac -d . *.java
java JavaBankManagementSystem.Start

____________________________________________________________________________________________________________________________________________________________________________

## Mani Menu Operations:

i. Create new customer account

Screenshot 2023-11-18 134731

ii. Login to the current customer account

Screenshot 2023-11-18 134738

iii. Login to an admin account

Screenshot 2023-11-18 134746

iv. Quit

## Customer Account Operations:

Screenshot 2023-11-18 134759

i. View Account Details

ii. Withdraw

iii. Deposit

iv. Change Password

v. Logout

## Admin Account Operations:

Screenshot 2023-11-18 134811

i. View Account Holder Details

ii. Change Account Holder Details

iii. Change Password

iv. Logout

____________________________________________________________________________________________________________________________________________________________________________