Skip to content

Latest commit

 

History

History
20 lines (19 loc) · 1.24 KB

README.md

File metadata and controls

20 lines (19 loc) · 1.24 KB

Bank Account Management System

This is a simple Bank Account Management System built with HTML, CSS, and JavaScript. The system allows users to create a bank account, check their balance, deposit funds, and withdraw money through an interactive web interface.

Features:

  • Account Creation: Create a bank account by providing an account holder's name, account type, and an initial balance.
  • Balance Inquiry: View the current balance of the account at any time.
  • Deposit: Add funds to the account by entering the deposit amount.
  • Withdrawal: Withdraw funds from the account, ensuring there are sufficient funds.
  • Error Handling: Displays error messages for invalid inputs, such as negative amounts or insufficient funds.

Technologies Used:

  • HTML: For structuring the user interface.
  • CSS: For styling the layout.
  • JavaScript: For handling the account operations and user interactions.

How to Use:

Enter account details (name, type, and initial balance) to create an account. Use the available buttons to check the balance, deposit, or withdraw funds. Future Improvements: Add persistent storage using a database or local storage. Implement account authentication and login functionality. Create additional account features such as transaction history.