Skip to content

Comprehensive real estate calculations to evaluate the performance of a rental investment. Calculations here are used on calculaterealestate.com

License

Notifications You must be signed in to change notification settings

biegehydra/real-estate-calculations

Repository files navigation

Real Estate Calculations

This project contains the real estate calculations used by calculaterealestate.com.

Overview

This repository houses the TypeScript code for various real-estate-related financial calculations.

Getting Started

Installation

  1. Clone the repository:
    git clone https://github.com/your-username/real-estate-calculations.git
  2. Install dependencies:
    npm install

Usage

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

Running Tests

To run the tests, use the following command:

npm run dev

About

Comprehensive real estate calculations to evaluate the performance of a rental investment. Calculations here are used on calculaterealestate.com

Topics

Resources

License

Stars

Watchers

Forks