BanguBank is a simple banking application with features for both 'Admin' and 'Customer' users. It's a HTML template starter pack for Laravel Career Path by Interactive Cares students.
- See all transactions made by all users.
- Search and view transactions by a specific user using their email.
- View a list of all registered customers.
- Customers can register using their
name
,email
, andpassword
. - Customers can log in using their registered email and password.
- See a list of all their transactions.
- Deposit money to their account.
- Withdraw money from their account.
- Transfer money to another customer's account by specifying their email address.
- See the current balance of their account.
Clone the repository to your local machine:
git clone https://github.com/alnahian2003/bangubank.git
cd bangubank
- Copy-paste the pages and directories in your own php project
- No need to install tailwindcss and alpinejs, as the CDN is already included
- seperate each files and components based on your own development technique