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.
- Host: GitHub
- URL: https://github.com/sainiabhishek/bankist-application
- Owner: SAINIAbhishek
- Created: 2020-11-23T20:34:08.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-09T21:20:28.000Z (over 4 years ago)
- Last Synced: 2025-03-05T20:36:23.816Z (7 months ago)
- Topics: arrays, dom-manipulation, javascript, timers, udemy
- Language: JavaScript
- Homepage: https://practice-bankist-app.netlify.app
- Size: 776 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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