Multi-page Website for a regional bank, Banksie Loans. The website features pages for Checking, Savings, and Mortgage Loan services. A Mortgage Calculator will calculate and display data using Chart.js
Please visit (in a new tab): https://banksie-loans-website.vercel.app/
- JavaScript
- HTML
- CSS
- Vercel
-
Data visualization: Display monthly Mortgage Payment figures in a pie chart using Chart.js
-
UI/UX: Clean User interface and easy to use.
-
Responsive: Accessible via PC (including extra-wide screens), tablet, and mobile phone.
Please visit (in a new tab): https://banksie-loans-website.vercel.app/
Clone the repository:
https://github.com/dan-chui/banksie-loans.git
Then use the Windows Terminal: cd banksie-loans
Install dependencies:
npm install
npm run dev
npm run build