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

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

A minimalist bank application, built with TypeScript. This application allows the user to login to their bank account and perform operations such as transfer amount to another account or ask for a loan from the bank.
https://github.com/francislagares/bankist-app

es2022 javascript typescript vanilla-javascript

Last synced: 3 months ago
JSON representation

A minimalist bank application, built with TypeScript. This application allows the user to login to their bank account and perform operations such as transfer amount to another account or ask for a loan from the bank.

Awesome Lists containing this project

README

        

# 💸 Bankist-App

![GitHub](https://img.shields.io/github/license/francislagares/bankist-app?style=for-the-badge)

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

## Built with





 



 



 




 



 



 

## Screenshots

![demo](./src/images/screenhot.png)

## How to run this project

Clone this repo and install dependencies.

```bash
yarn install
```

## Usage

### Development server

```bash
yarn start
```

You can view the development server at `localhost:8080`.

### Production build

```bash
yarn build
```

### Run Express server

```bash
yarn serve
```

## Acknowledgments

- The Complete JavaScript Course 2021: From Zero to Expert! by Jonas Schmedtmann

## Author

- [Francis Lagares](https://www.linkedin.com/in/francislagares)

## License

This project is open source and available under the [MIT License](LICENSE).