My Project is a simple ATM system built using Functional Programming principles.
It helps clients perform transactions.
- π Login Screen β for secure access
Allows for simple withdrawal in the range (20 - 1000).
Allows for withdrawal with full access to the balance.
Allows for making deposits with no limit.
Allows the user to show his total balance.
Records every successful login attempt in the system.
Allows users to safely exit the system.