Project Information
- Language: React Framework
- Client: Online Banking Customer
- Project URL: www.SVR-Trust.com
SVR Trust Credit Union
This banking app was my capstone project for MIT professional certificate in coding Bootcamp. A banking app was needed to allow customers to create an account, login to their account, make a deposit or withdrawal, see all their transactions and their balance and to logout. The customer can navigate to the different pages and log out of their account via the navigation bar at the top of the page. I added some enhancements to the requirements to make it more user friendly for the customer; I displayed their balance on a flip card to allow privacy to the customer, after an action is completed, I displayed a success message and provided info about the customer account to them. For example, after a customer makes a deposit or withdrawal, I provide their balance to them and provide buttons to other pages that they can navigate to and after a customer creates an account or login to their account I provide their login credentials and the buttons to other pages. Another enhancement is that the customer can only see the home, create account and login on the navigation bar when they access the site, in order to see the full navigation bar they must login to their account. This enhancement was created so that a customer cannot try to make a transaction without being logged in to their account. I also added hover effect to the navigation buttons which changes color and displays the tittle of the button when hovered over. I created this app using React framework and styled it with Bootstrap and CSS. Each page is customized using Bootstrap card feature giving it an unique color and description of the page.