Skip to content

The bank application simulation provides the most common features of a real banking application. Comes to CRUD operations, login and register system in Vanilla JS

Notifications You must be signed in to change notification settings

F-zivanovic/Bank-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bank Application - Live preview

This Single Page Application handles some of the basics operations of a bank, such as customer's deposit and withdraw, money transferences, such as admin panel for bank manager

Curent features

  • User registration. Customer can open an account
  • A bank manager/Admin has access to admin panel
  • Logout
  • Data validation
    • Admin can manage user accounts.
    • Admin can delete user accounts.
    • Admin can edit full name, username and email of users
    • Aadmin can see how many accounts they have.
    • Admin can create user accounts.
    • Admin can researching user accounts.
  • User has access to his accounts.
  • User has access to the history of his payments.
  • User can deposti/withdraw funds from his accounts only to other accounts in application system.
  • User can change his password.

Guides

  1. To access to admin panel, you have to login as admin. Username: admin, Password:admin
  2. As an admin, you can delete, edit, create, read and search all user accounts.
  3. For user registration you have to input all fields in registration form. All fields are required.. You can not using username and card number which are already exists in database.
  4. To access your account, in login form you have to enter valid username and password (password and username must already exist in localstorage).
  5. To change a users password, you need to confirm the newly created password.

Geting started

This section contains how you can seting up this project locally. To get a local copy up and running follow these simple example steps.

  1. Clone the repo
git clone https://github.com/F-zivanovic/Bank-Application.git
  1. Run SASS
sass --watch assets/scss/style.scss:assets/css/style.css

Contributing

If oyu have some idea which would make better this project, create a PR. Don't forget to give the project a star! Thanks again!

  1. Fork the project
  2. Create and move on Feature branch git checkout -b feature
  3. Change the files you want vim <name of the file>
  4. Commit these changes git commit -m "Message"
  5. Push branch git push origin feature
  6. Open a pull request

Contact

Email - filip.zivanovic1999@gmail.com

Linkedin - Linkedin profile

About

The bank application simulation provides the most common features of a real banking application. Comes to CRUD operations, login and register system in Vanilla JS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published