Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stpkkk/bankist
Bankist is a fictional online bank. It is a project introduced by Jonas Schmedtmann in order to practice DOM manipulation and user interaction. Bankist has an option to log in to the account and use different functionalities, almost like in an actual bank!
https://github.com/stpkkk/bankist
Last synced: 8 days ago
JSON representation
Bankist is a fictional online bank. It is a project introduced by Jonas Schmedtmann in order to practice DOM manipulation and user interaction. Bankist has an option to log in to the account and use different functionalities, almost like in an actual bank!
- Host: GitHub
- URL: https://github.com/stpkkk/bankist
- Owner: stpkkk
- Created: 2023-06-02T11:26:08.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-07T08:05:21.000Z (over 1 year ago)
- Last Synced: 2024-11-13T00:32:15.326Z (2 months ago)
- Language: JavaScript
- Homepage: https://stpk-bankist.netlify.app
- Size: 8.43 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bankist
Bankist is a fictional and minimalistic online banking application.
Everything you need in a modern bank and more.
· 100% digital bank
· Watch your money grow
· Free debit card included.## What is Bankist?
Bankist is a fictional online bank. It is a project introduced by Jonas Schmedtmann in order to practice DOM manipulation and user interaction. Bankist has an option to log in to the account and use different functionalities, almost like in an actual bank!
## Functionalities
- Login
- Transfer a value to another account
- Get loans
- Close (delete) account## Login Details
This is the template login details to use the bank functionality. The project does not include any backend and does not have an actual registration funcionality. Make sure to use usernames are lowercase!
#### Account One
- Login: js
- Password: 1111#### Account Two
- Login: jd
- Password: 2222#### Account Three
- Login: stw
- Password: 3333#### Account Four
- Login: ss
- Password: 4444## Technologies Used
- HTML
- CSS
- Vanilla JavaScript