FME Wood Calculator is a web application built with React to facilitate quick and accurate calculations for a portable sawmill. The application supports two types of calculations: "Tabla" and "Tuca", each requiring different inputs and providing specific outputs.
- Tabla Calculator: Calculates the total volume and price based on the width, thickness, length, quantity, and price per unit.
- Tuca Calculator: Calculates the total volume and price based on the width, length, and price per unit.
- Responsive Design: The application is designed to be mobile-friendly, ensuring ease of use on various devices.
- Automatic Calculations: Inputs are automatically calculated as they are entered, providing instant results.
- Clear Inputs: A "Limpiar" button is available to quickly reset all input fields.
To run the application locally, follow these steps:
- Clone the repository:
git clone https://github.com/globcr/fme-wood-calculator.git cd fme-wood-calculator