Calculator for pilots to visualise weight and balance figures in general aviation aircraft.
View the Live Demo or install locally with the directions below.
Fill out the weight and arm inputs with data relevant to your aircraft.
- Download the source code:
git clone https://github.com/zachjensz/aircraft-loading.git
- Install dependencies with Node:
npm i
- Start the local server and open in browser:
npm run dev -- --open