Skip to content

Latest commit

 

History

History
59 lines (39 loc) · 1.29 KB

readme.md

File metadata and controls

59 lines (39 loc) · 1.29 KB

💸 Bankist app

This is a challenge from Jonas Schmedtmann course 'The complete Javascript course 2023: From Zero to Expert!'

Table of contents

Overview

The challenge

Bankist is an online banking application that allows the user to:

  • Log in with a username and password
  • View and sort their movements
  • Transfer money to another accounts
  • Request a loan from the bank
  • Delete their account
  • See current date and dates of the transfers

Log in credentials:

  • username: js | password: 1111
  • username: jd | password: 2222
  • username: stw | password: 3333
  • username: ss | password: 4444

Links

(back to top)

My process

Built with

  • HTML5
  • CSS
  • JavaScript

What I learned

Arrays, Numbers, Dates, Timers.

Author

(back to top)