A modern and responsive mobile banking web application, built with Tailwind CSS, DaisyUI, and vanilla JavaScript.
It features secure login, add money, cash out, transfer, bill payments, bonuses, and transaction tracking — providing a smooth and interactive user experience.
🌐 View Payoo App (https://antor-chowdhury.github.io/Payoo-Mobile-Bank/)
- 🔐 Secure Login System – Mobile number & 4-digit PIN authentication.
- 💰 Add Money – Transfer funds from bank to wallet.
- 💸 Cash Out – Withdraw money to agent numbers.
- 🔄 Transfer Money – Send money instantly to other users.
- 🎁 Get Bonus – Apply coupons for cashback/bonus.
- 🧾 Pay Bill – Utility & banking bill payments.
- 📊 Transaction History – View all past transactions with details.
- 🎨 Modern UI/UX – Clean design using Tailwind CSS + DaisyUI.
- 📱 Responsive Layout – Works seamlessly across mobile, tablet, and desktop.
- HTML5 – Core structure.
- CSS3 – Custom styling.
- Tailwind CSS + DaisyUI – Utility-first & component-based design system.
- JavaScript (Vanilla) – Interactive functionalities.
- Font Awesome – Icon library.
Follow these steps to set up the project locally:
- A modern web browser (Chrome, Firefox, Edge, Safari).
-
Clone the repository:
git clone https://github.com/Antor-Chowdhury/Payoo-Mobile-Bank.git
-
Navigate to the project folder:
cd payoo-app -
Open the index.html file in your browser.
- For testing the application, use the following demo credentials:
📱 Mobile Number: 12345678901
🔒 PIN: 1234├── 📄 index.html # Login Page
├── 📄 home.html # Main Dashboard
├── 📁 assets/ # Images & Icons
│ ├── 🖼 bg.png
│ ├── 🖼 Group.png
│ ├── 🖼 wallet1.png
│ ├── 🖼 send1.png
│ ├── 🖼 money1.png
│ ├── 🖼 bonus1.png
│ ├── 🖼 purse1.png
│ ├── 🖼 transaction1.png
│ └── 🖼 favicon.png
├── 📁 styles/
│ └── 🎨 style.css # Custom CSS
├── 📁 scipt/ # JavaScript files
│ ├── ⚡ script.js # Login logic
│ └── ⚡ home.js # Dashboard logic
└── 📄 README.md # Project Documentation