Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 465 Bytes

File metadata and controls

14 lines (9 loc) · 465 Bytes

LoadCalc

A simple construction load calculator. Search for a material, enter a quantity, pick a support type, and get an instant PASS or FAIL.

How it works

  1. Search for a material by name — the field filters as you type
  2. Enter a quantity
  3. Pick a support type: Scaffold (500 lbs), Hoist (1,000 lbs), or Truck (5,000 lbs)
  4. Hit Calculate

Tech

Single HTML file — HTML, CSS, and vanilla JavaScript. No frameworks, no dependencies, no build step.