Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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!

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