Skip to content

mashru020/Bankist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bankist

use these user and pin for login user1: mmr, PIN: 1111 user2: tk, Pin: 2222 user3: am, Pin: 3333 user4: mf, pin: 4444

operatins:

  1. create dom element based on object's data.
  2. create username
  3. log in
  4. Transfer money
  5. Loan
  6. Delete account
  7. sort
  8. counter - auto logout after 2 min
  9. Internationalization date and number based on language ans currency type

created methods:

  1. displayMovements()
  2. calcPritBalance()
  3. calcDisplaySummery()
  4. updateUI()
  5. createUserName()
  6. formatMovementDate()
  7. formatCur()
  8. startLogoutTimer()

used methods:

  1. .insertAdjacentHTML()
  2. .forEach()
  3. .toLowerCase()
  4. .split()
  5. .map()
  6. .join()
  7. .reduce()
  8. .preventDefault()
  9. .find()
  10. .blur()
  11. push()
  12. .slice()
  13. .filter()
  14. .some()
  15. .findIndex()
  16. splice()
  17. new Intl.DateTimeFormat().format()
  18. new Intl.NumberFormat().format()
  19. padStart()
  20. setInterval()
  21. clearInterval()
  22. setTimeout()
  23. toISOString()
  24. new Date()

About

JavaScript project #6

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors