A modern banking UI that allows users to log in, transfer money, request loans, and close accounts. Built with JavaScript for interactive UI elements and DOM manipulation.
✅ User Authentication – Login with predefined credentials.
✅ Transfers & Loans – Send money and request loans with simple inputs.
✅ Account Closure – Users can delete their accounts securely.
✅ Sorted Transactions – Display transactions in ascending/descending order.
✅ Auto Logout – Session expires after inactivity.
✅ Smooth Animations – UI elements transition seamlessly.
- JavaScript (ES6+)
- HTML, CSS
- DOM Manipulation
- Event Handling
(Add screenshots of the app here if available.)
-
Open the app: Bankist Live Demo
-
Log in with one of these credentials:
- User 1:
sr
| PIN:1111
- User 2:
js
| PIN:2222
- User 3:
st
| PIN:3333
- User 4:
ss
| PIN:4444
- User 1:
-
Try transferring money, requesting loans, or closing an account.
/Bankist-App
│── index.html # Main UI
│── style.css # Styling
│── script.js # App logic
│── README.md # Documentation
This project is for educational purposes only.