Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mohitrajput2002/banking-app
The Banking App is a web-based financial management application, featuring account creation, deposits, withdrawals, and balance inquiries. It leverages HTML, CSS, and JavaScript to provide users with a simple and intuitive banking experience.
https://github.com/mohitrajput2002/banking-app
application banking banking-applications bootstrap-4 css3 html5 javascript website
Last synced: about 2 months ago
JSON representation
The Banking App is a web-based financial management application, featuring account creation, deposits, withdrawals, and balance inquiries. It leverages HTML, CSS, and JavaScript to provide users with a simple and intuitive banking experience.
- Host: GitHub
- URL: https://github.com/mohitrajput2002/banking-app
- Owner: mohitrajput2002
- Created: 2023-09-13T13:32:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-13T14:35:16.000Z (over 1 year ago)
- Last Synced: 2024-11-10T00:38:03.998Z (about 2 months ago)
- Topics: application, banking, banking-applications, bootstrap-4, css3, html5, javascript, website
- Language: HTML
- Homepage: https://mr-banking-app.netlify.app/
- Size: 1.61 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Banking-App
The Banking App is a web-based financial management application, featuring account creation, deposits, withdrawals, and balance inquiries. It leverages HTML, CSS, and JavaScript to provide users with a simple and intuitive banking experience.Visit the live site: https://mr-banking-app.netlify.app/
## Features
- Create and manage bank accounts with different types (Savings, Checking).
- Deposit funds into accounts.
- Withdraw funds from accounts.
- Check account balances.
- View transaction history.## Technologies Used
- HTML5
- CSS3
- JavaScript
- Bootstrap
- FontAwesome Icons## Preview
![Screenshot](https://github.com/mohitrajput2002/Banking-App/blob/a018f1cc74b3d65573c2c151e76b2b1447cf4547/assets/Screenshot.png)
## Getting Started
1. Clone the repository:
```
https://github.com/mohitrajput2002/Banking-App.git
```
2. Open the project folder in your code editor.
3. Open index.html in your web browser to use the application.## Usage
- Enter the account holder's name, select the account type, etc.
- Choose a transaction type (Deposit, Withdraw, Check Balance).
- Fill in the transaction details (amount, account number).
- Click the "Submit" button to perform the transaction.
- Transaction results will be displayed on the page.