Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rakesh9100/bank-management-system

This project is made under the Summer Training course Advanced Data structure and Algorithm by Extellon in the duration May-June 2022.
https://github.com/rakesh9100/bank-management-system

algorithms bank-management-system-project c data-structures extellon summer-project

Last synced: about 2 months ago
JSON representation

This project is made under the Summer Training course Advanced Data structure and Algorithm by Extellon in the duration May-June 2022.

Awesome Lists containing this project

README

        

#

🏦Bank Management System🏦

Table of Contents🧾

- [Introduction📌](#introduction)
- [Technology Used🚀](#technology-used)
- [Getting Started💥](#getting-started)
- [Overview⭐](#overview)
- [Project Admin⚡](#project-admin)
- [Learning is fun🧡](#learning-is-fun)

Introduction📌

This project was made under the Summer Training course `Advanced Data structure and Algorithm` by Extellon in the duration May-June 2022.
This has many functionalities to provide the ease of work in the management of the banking system which includes :
1. Customers new accounts can be created.
2. Update the information of existing accounts.
3. Transactions like deposits and withdrawls can be done.
4. Check the details of existing accounts.
5. Delete the existing accounts.
6. View the customer's list.
7. Exit the screen.

Technology Used🚀



(back to top)

Getting Started💥

- Fork this repository.
- Clone the forked repository in your local system.
```
git clone https://github.com//Bank-Management-System.git
```
- Open and run `Bank_Management_System.c` in your code editor like Visual Studio Code.
- Enter the password `codewithrakesh` to login to the main system.
- And proceed to the application workflow.
- Workflow like creating an account will create a `record.dat` file in your local system that will work as a database and stores all the data of the accounts.

(back to top)

Overview⭐

- ## `Home`
![1](https://user-images.githubusercontent.com/73993775/189755969-66354353-b0ac-4d19-9542-1f2876c3dfea.png)
- ## `Main Menu`
![2](https://user-images.githubusercontent.com/73993775/189755979-91e51ecc-46e4-4044-8958-b89d28e6fdd6.png)

(back to top)

Project Admin⚡

Rakesh Roshan
Rakesh Roshan

Learning is fun🧡

[![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://forthebadge.com)

Give it a 🌟 if you ❤ this project. Happy Coding👨‍💻

(back to top)