Really interesting and useful banking application. The app simply simulates how online banking works and which core features should any banking application have. This app was a practical project and I built it together with the instructor, throughout The Complete JavaScript Course 2021 on Udemy.
- Automatically Logout After Two Minutes
- Can Login Using Username And Pin
- Can Request For Loan
- Can Close Account
- Can Sort Balance Movements
- Can Transfer Balance From One User To Another
- Username: mj
- Pin: 1111
- Live Site URL: https://mustafajohnny.github.io/Bankist/
- More Familiar With All The New Array Methods(ES6)
- A Better Understanding Of Functions Hoisting In JS
- The Magic of Chaining Methods
- Internationalizing Numbers (Intl)
- Writing Semantic HTML
- Working With Timers And creating new Dates()