Skip to content

Chrome extension that calculates real estate property metrics

Notifications You must be signed in to change notification settings

Raghav-Sahai/HouseStatistics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Real Estate Calculator

Calculate return on investment (ROI) for any Real Estate investment property - useful for real estate agents and investors

Development

  • This project uses node.js and npm

  • Install dependencies

    npm install
  • Run the project

    npm run dev
  • Go to Google Chrome Extension dashboard and activate Developer Mode.

  • Click Load Unpacked button and point it to /dist folder, the extension will be hot reload on code changes.

Build Extension

  • After installing dependencies, build the project

    npm run build
  • Uncompressed build can be found in /dist folder, compressed build is roicalculator.zip

  • Go to Chrome Extensions page and activate the Developer Mode.

  • Click Load Unpacked button and point it to /dist folder.

Publish Extension

  • Once final extension has been build, navigate to the chrome developer dashboard
  • Navigate to the HouseStatistics extension
  • Navigate to the package tab
  • Click Upload new package
  • Upload HouseStatistics.zip file that was created after build. Validate timestamp to ensure it is latest.

About

Chrome extension that calculates real estate property metrics

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published