Skip to content

ritatanght/mortgage-calculator

Repository files navigation

mortgage-calculator

This is a mortgage calculator built with Vue.

Features

  • Users can set purchase prices
  • Users can set down payment
  • Users can set repayment time
  • Users can set interest rate
  • Show users loan amount
  • Show users the estimated amount they'll pay on a monthly basis

Dependencies

  • Vue 3
  • Vite

Getting Started

npm install
npm run dev