Skip to content

Latest commit

 

History

History
91 lines (62 loc) · 2.11 KB

README.md

File metadata and controls

91 lines (62 loc) · 2.11 KB

💸 Bankist-App

GitHub

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

How to run this project

Clone this repo and install dependencies.

yarn install

Usage

Development server

yarn start

You can view the development server at localhost:8080.

Production build

yarn build

Run Express server

yarn serve

Acknowledgments

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

Author

License

This project is open source and available under the MIT License.