https://github.com/ahmadjajja/react_bank
"React-Firebase Bank-App: A Full-Stack Banking Application for Secure and Convenient Financial Management".
https://github.com/ahmadjajja/react_bank
Last synced: 5 months ago
JSON representation
"React-Firebase Bank-App: A Full-Stack Banking Application for Secure and Convenient Financial Management".
- Host: GitHub
- URL: https://github.com/ahmadjajja/react_bank
- Owner: Ahmadjajja
- Created: 2022-07-19T10:31:55.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-16T04:43:29.000Z (over 2 years ago)
- Last Synced: 2025-01-21T21:33:09.835Z (9 months ago)
- Language: JavaScript
- Homepage: https://jajja-bank-app.web.app/
- Size: 9.41 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Bank Application
**The Bank-App is a full-stack web application** built with **React JS** and **Firebase**, which aims to provide users with a secure and convenient way to manage their banking needs.

The application includes a range of functionalities, such as-
* Authentication with email and password, as well as login via social media accounts like Google, Facebook, and Github.* Once authenticated, users are taken to the dashboard, which is the central hub for all banking activities. The dashboard provides users with access to an ATM machine-like interface, where they can perform basic banking transactions such as withdrawing and depositing money.
* Users can easily withdraw or deposit money from their accounts using the intuitive interface, which guides them through the process step-by-step. Additionally, they can also view their transaction history, which displays all past transactions with details such as date, amount, and account balance.
* The Bank-App also allows users to delete their account, in case they no longer wish to use the platform.
* The application provides users with the ability to view all their existing accounts, providing a complete overview of their financial situation.## How to run ?
#### Run First
```javascript
npm i
```
#### Run Second
```javascript
npm start
```### 1- Landing Page

### 2- Login Page

### 3- Dashboard

### 4- Create Account

### 5- Accounts

### 6- Account Detail

### 7- Delete Account

### 8- Deposit Amount

### 9- Withdraw Amount

### 10- Transactions

### 11- View Transaction
