generated from skills/exercise-template
-
Notifications
You must be signed in to change notification settings - Fork 9.2k
Open
Description
fintech-app/
├── index.html
├── css/
│ ├── style.css
│ └── dashboard.css
├── js/
│ ├── main.js
│ ├── payment.js
│ └── banking.js
├── assets/
│ └── (images/icons)
├── api/
│ ├── payments/
│ │ ├── electricity.php
│ │ ├── cable.php
│ │ └── airtime.php
│ ├── banking/
│ │ ├── transfer.php
│ │ ├── savings.php
│ │ └── investments.php
│ └── cashback.php
├── admin/
│ └── (admin dashboard files)
└── README.md
Metadata
Metadata
Assignees
Labels
No labels