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

https://github.com/sharadcodes/bms

Bank Management Software :- A menu driven minor project in C language giving the facility of creating a new account, deleting, withdrawing, depositing and showing the details of the accounts.
https://github.com/sharadcodes/bms

c cpp cpp-project

Last synced: 7 months ago
JSON representation

Bank Management Software :- A menu driven minor project in C language giving the facility of creating a new account, deleting, withdrawing, depositing and showing the details of the accounts.

Awesome Lists containing this project

README

          

# BANK MANAGEMENT SOFTWARE
## PROGRAMMING LANGUAGE USED : ANSI C
### :warning: Use `Code::Blocks` IDE for this project :warning:

#### LOADING SCREEN ANIMATION
![Loading menu](https://sharadcodes.github.io/BMS/loading.PNG)
#### LOGIN SCREEN
![Login menu](https://sharadcodes.github.io/BMS/login_screen.PNG)
#### ACCESS GRANTED MESSAGE ON CORRECT PASSWORD
![Granted message](https://sharadcodes.github.io/BMS/granted.png)
#### MAIN INTERFACE
![Interface](https://sharadcodes.github.io/BMS/interface.PNG)