Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.