I built a small Mobile Financial Service (MFS) simulation app while learning JavaScript. This project was developed independently as part of my practice to strengthen my programming logic and problem-solving skills.
The app provides a clean and user-friendly interface where users can perform basic financial transactions and track their activity through a transaction history system.
While working on this project, I initially faced challenges with designing the transaction logic. By breaking problems into smaller steps and solving them systematically, I successfully implemented the full functionality.
🔗 Live Link: https://lnkd.in/gmiz6SkP
🔐 Login Password: 1234
- ⚡ Vanilla JavaScript
- 🎨 Tailwind CSS
- 🌼 DaisyUI
- 💰 Add Money
- 📤 Send Money
- 💵 Cash Out
- 🧾 Pay Bill
- 📊 Transaction History
- 🔐 Login System
- Tailwind CSS
- DaisyUI
⚠️ No heavy frameworks or external libraries were used — focused on core JavaScript logic
# 1. Clone the repository
git clone https://github.com/your-username/your-repo-name.git
# 2. Navigate to the project folder
cd your-repo-name
# 3. Open index.html in your browser