Skip to content

Repository files navigation

Project

Title

PHP Bank

Preview

Page preview dark Page preview light

Goals

Core features

  • Page with a list of accounts with the following data (sorted by last name):

    • account details
    • balance
    • buttons for the following actions:
      • remove
      • deposit
      • withdraw
  • Page where users can create a new bank account with the following data:

    • first name
    • last Name
    • personal code
    • account number (automatically generated)
    • all input data is validated
  • Page to (deposit/withdraw) money (to/from) selected account with the following features:

    • read-only data of the selected account
    • input field with the desired money amount
    • read-only preview of the future balance after the transaction
    • all the input data is validated
  • Login and registration system with their respective pages

Additional features

  • Ability to change dark/light themes by assigning a cookie with the preference

About

Bank app

Resources

Stars

0 stars

Watchers

1 watching

Forks

Contributors

Languages