Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kislevlevy/bankist-app

A banking app example that allows users to transfer money, request loans, and manage accounts.
https://github.com/kislevlevy/bankist-app

banking banking-applications javascript

Last synced: about 4 hours ago
JSON representation

A banking app example that allows users to transfer money, request loans, and manage accounts.

Awesome Lists containing this project

README

        

# Bankist App

An example of a banking app with various functionalities.

## Features
- Transfer money between accounts.
- Request loans.
- Close accounts.
- Session timeout.
- View interest and summaries of income and outcome.
- Sort transactions.
- Currency conversion.

## Example User
- Username: js
- PIN: 1111

## Built With
- HTML
- CSS
- JavaScript

## Skills Demonstrated
- DOM manipulation
- REST API