Bank app with clean UI having necessary banking features like sending money to other users, receiving money, getting Loan.
Features :
- User can send money to other user .
- User can get loan from the bank , which cant exceed above 9 times of their available balance (900%) . (eg: you have 100 in your account then loan amt cant exceed above 1000 )
- Used world time API to fetch current time based on current region of user .
USE THESE IDS TO LOGIN
USER : const account1 = user: js pin: 1111 Currency = EUR
const account2 = user: jd pin: 2222 Currency = USD
const account3 = user: ar pin: 2222 Currency = INR
YET TO ADD :
-
As of now crud is implemented locally so limited to 3 users{will soon add a online database to store all details like transactions, id pass for verfication and all CRUD functionalities into a database .
-
Creating a new new User using GOOGLE AUTH .