@estimatorsuite/calculators
v0.1.3
Published
42 React construction calculators and pure calculation functions — concrete, roofing, flooring, HVAC, plumbing, markup, and more. Built for estimating contractors.
Maintainers
Readme
@estimatorsuite/calculators
42 React construction calculators with pure calculation functions.
Installation
npm install @estimatorsuite/calculatorsQuick Start
import { ConcreteCalculator } from "@estimatorsuite/calculators";
import "@estimatorsuite/calculators/styles.css";
function App() {
return <ConcreteCalculator />;
}Pure calculation functions (no React needed):
import { concrete } from "@estimatorsuite/calculators/data";
const result = concrete.calculateConcrete({
lengthFt: 10,
widthFt: 10,
depthInches: 4,
projectType: "slab",
});Full Documentation
See the main repository README for the full list of 42 calculators, theming, and Tailwind setup instructions.
Live Demo
estimatorsuite.github.io/construction-calculators
License
MIT © EstimatorSuite
