An open API service indexing awesome lists of open source software.

https://github.com/sainiabhishek/bankist-application

It's a course project. 'The Complete JavaScript Course 2020: From Zero to Expert!' on the udemy. It provided me an opportunity to learn different concepts related to the array, timers, dates and many more. It is only for learning process.
https://github.com/sainiabhishek/bankist-application

arrays dom-manipulation javascript timers udemy

Last synced: about 1 month ago
JSON representation

It's a course project. 'The Complete JavaScript Course 2020: From Zero to Expert!' on the udemy. It provided me an opportunity to learn different concepts related to the array, timers, dates and many more. It is only for learning process.

Awesome Lists containing this project

README

          

# Bankist Application

It's a course project. 'The Complete JavaScript Course 2020: From Zero to Expert!' on the udemy. It provided me an opportunity to learn different concepts related to the array, timers, dates and many more. It is only for learning process.



To view this application follow this link.



Predefined accounts:

1. username: 'JS', password: '1111'.

2. username: 'JD', password: '2222'.


- Creating DOM Elements
- Map, Reduce, filter - username, balance, balance summary
- Login
- Transfer amount
- Close account - find index
- Request loan - some
- Movements - sort
- Dates - calculate days passed, internationalizing.
- Currency - internationalizing.
- Timer