/bankistApp

A bank app with money transfers, loan requests and working interface!

Primary LanguageJavaScript

bankistApp

PLEASE READ:

** PLEASE USE 'uo' AND PASSWORD 1111 for USER ONE (EU$), AND 'ut' WITH PASSWORD 2222 FOR USER 2 (US$)!! **

This app features login functionality, transfer of funds from one user to another, request a loan (Won't take as long as real life I promise!) but there is a wait time. With use of OOP, Math functions, timeout function which logs you out after X amount of time.

Links

Live Site URL: https://sf-codes.github.io/bankistApp/

Screenshot 2022-01-21 at 17-42-25 Bankist

Built with

  • Vanilla JavaScript
  • OOP

What I learned

I learned a lot about Math functions and its many different ways to use them within an app like this one. I've also learned about Optional Chaining and it's uses (Also implemented) and date management.