/netbanking-dashboard-poc

Netbanking dashboard using react and material ui

Primary LanguageTypeScript

Netbanking dashboard POC - Alan Dsilva

Features

  • Authentication
    • - Role based authentication - Supported roles - Manager, Customer(user)
  • Authorization
    • - Role based access control (Page access)
  • Banking features
    • Customers
      • - List all Customers
      • - Add Customer
      • - Edit Customer details
      • - Delete Customer
    • Accounts
      • - List all accounts
      • - Create new Account
      • - Edit Account
      • - Delete Account
    • Funds
      • - Transfer funds(account to account)
      • - Deposit Funds
      • - Withdraw Funds
  • Customer features
    • - Password change