This project contains the real estate calculations used by calculaterealestate.com.
This repository houses the TypeScript code for various real-estate-related financial calculations.
- Clone the repository:
git clone https://github.com/your-username/real-estate-calculations.git
- Install dependencies:
npm install
To use the calculations in your own project, you can import them from the calculations.ts
file.
// Example usage
import { calculateLoanAmortization } from './calculations';
// ... your code
To run the tests, use the following command:
npm run dev