Skip to content

Latest commit

 

History

History
74 lines (52 loc) · 2.13 KB

README.md

File metadata and controls

74 lines (52 loc) · 2.13 KB

BankPay

A Fictional & Minimalist Bank which allows users to Log-in an account, Transfer To Other Accounts, Request Loan, Delete Account, Log-out Timer, Sort Movements, Internationalize Date & Currency.

Live Demo🎈

You Can See The BankPay App Live On: Click Here

👉Log-in credentials 👈

Account UserName Password currency
Paul Fadayo pf 1111 EUR
Guest Account ga 2222 USD

Description

BankPay is a Fictional & Online Bank.

BankPay is written in Javascript, which handles DOM manipulation and user interaction throughout the project.

Features:

  • Log-in
  • 🎉 Transfer To Other Accounts
  • 🚀 Request Loan (Loan must be at least 10% of any of your deposit)
  • 🎈 Delete Account
  • 🔁 Log-out Timer
  • 🔥 Sort Movements
  • 💥 Internationalize Date & Currency
  • 🥳 Both Mobile & Desktop Responsive

Technologies:

  • HTML
  • CSS
  • JS (Main)🚀

Installation

To get a local copy up and running follow these simple steps:

  1. Clone the repo:
    git clone https://github.com/paulthadev/bankpay.git
  2. Navigate to the project directory:
    cd bankpay
  3. Open index.html in your browser to view the app.

Usage

  1. Log in using the provided credentials.
  2. Transfer funds between accounts.
  3. Request loans based on your deposit balance.
  4. Delete your account if needed.
  5. Sort your financial movements for better insights.
  6. Internationalize your account to display dates and currencies in your preferred format.

Contribution

Feel free to fork the repository and submit pull requests. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.