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.
- Host: GitHub
- URL: https://github.com/francislagares/bankist-app
- Owner: francislagares
- License: mit
- Created: 2021-06-18T19:50:52.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-01T18:43:24.000Z (over 3 years ago)
- Last Synced: 2025-01-29T18:23:11.412Z (5 months ago)
- Topics: es2022, javascript, typescript, vanilla-javascript
- Language: TypeScript
- Homepage: https://bankist-app-francislagares.netlify.app/
- Size: 3.79 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 💸 Bankist-App

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

## 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).