Skip to content

Latest commit

 

History

History
89 lines (62 loc) · 3.03 KB

README.md

File metadata and controls

89 lines (62 loc) · 3.03 KB

A government scheme eligibility & loan calculator for australian first home buyers

FeaturesSourcesDevelopment

fhb calc screenshot

Features

  • Shows all your loan options across a range of property prices in one view, including your eligibility for government schemes for first home buyers
  • Calculates your loan stats including LVR, LMI, estimated monthly repayments, and more
  • Generates a sharable link which you can send to lenders to avoid having to reexplain your circumstances over and over again
  • No data is captured or stored, it never leaves your browser

Sources

National

NSW
VIC

... more states coming soon

How to contribute

To add a scheme or update eligibility or calculation details for a state:

General flow:

  1. Form question UI inputs are generated from the questions defined for each state in the formSchema.tsx file.
  2. For each table row:
    1. Check eligibility for schemes
    2. Calculate loan data
  3. Render table, help info for each column & scheme

Development

Install dependencies:

npm install

Start the dev server:

npm run dev

# runs on http://localhost:3000