Bankist is a simple and modern banking application that allows users to manage their finances, view transaction history, and perform various banking operations. This project was created as a part of an educational course on JavaScript and is designed to showcase the power of JavaScript in building dynamic web applications.
You can view a live demo of the project here.
- Login and Authentication: Users can log in to their accounts using unique login credentials.
- Balance and Transaction History: Users can view their account balance and transaction history.
- Money Transfers: Users can transfer money to other registered accounts.
- Loan Requests: Users can request loans, and the application will automatically approve or reject the request based on predefined criteria.
- Account Closure: Users can close their accounts if they wish to do so.
- HTML
- CSS
- JavaScript
To get started with the Bankist application, follow these steps:
- Clone the repository:
git clone https://github.com/HananeAitBenYachou/Bankist.git
- Navigate to the project directory:
cd Bankist
- Open
index.html
in your browser to view the application.
- Log in to the application using the following credentials:
- Username:
js
- Password:
1111
- Explore the various features of the application, such as viewing your account balance, transferring money, requesting loans, and closing your account.