My Project is a simple bank system built using Functional Programming Principles It helps clients perform transactions and allows users to monitor and manage the system easily.
- π Login Screen β for secure access
Allows authorized users to view client information from the Clients file.
Unauthorized users will be denied access.
Allows authorized users to add a new client and save their information to the Clients file.
Allows authorized users to update existing client data and reflect the changes in the Clients file.
Allows authorized users to search for a client by account number and display their information from the Clients file.
Allows users to safely exit the system.