Created a simple dynamic & Responsive website that has the following specs.
1. A dummy data in database 'bank' with 10 customers.
2. A Customer table has basic fields such as name, email, current balance, etc.
The Transfers table will record all transfers that happened.
3. Flow: Home Page > View all Customers > Select and View oneCustomer > Transfer Money
> Select customer to transfer to >View all Customers.
4. This website is only for transfer of money between multiple users.
Front End:-
> HTML
> Css
> Js
Back End:-
>PHP
DataBase:-
>MySQL