Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.06 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.06 KB

Minimalist Bank Website -> Bankist

The Bankist Website appears to be a simple, minimalist online banking application. It allows users to log in to their bank account and view their balance, transactions, and account details. The app also provides features for making transfers, deposits, and withdrawals, as well as the ability to lend money to other users. The interface is designed to be user-friendly and streamlined, offering only the essential features needed for managing one's finances.

Bankist_Website

Features

  • Ability to Login and Close account
  • Ability to transfer money
  • Ability to deposite and withdrawal money
  • Ability to sort cash transaction in order
  • Cross platform

Testing the App Locally

Once you've built the app, you may test it locally by running npm run preview command.

  $ npm run build
  $ npm run preview

Deployment

If you setup JavaScript using vite you can deploy this project using

  $ npm run deploy