Bankist is a fictitious and minimalistic online banking application that allows the user to:
- Log in with a username and password
- View and sort their monetary movements
- Transfer money to another account
- Request a loan from the bank
- Delete their account
Clone this repo and install dependencies.
yarn install
yarn start
You can view the development server at localhost:8080
.
yarn build
yarn serve
- The Complete JavaScript Course 2021: From Zero to Expert! by Jonas Schmedtmann
This project is open source and available under the MIT License.