An app that generates the information needed for underfloor heating quotations
Quoting customers for UFH can be time-consuming. Lots of formulas to calculate, and stock codes to refer to, and each project has its own unique parameters to take into consideration. This app will take all the unique info about a project, and then display the stock codes and quantities to be used for quoting purposes.
- Clone the repo
git clone https://github.com/VinRanana/UFH-Quote-Helper.git
cd UFH-Quote-Helper
- Install dependencies
npm install
cd client
npm install
- Start development server and open webpage
ng serve --open
- Fill in fields and Calculate!
- Angular - TypeScript-based front-end framework
- Bulma - Responsive CSS framework
- Copy to clipboard - Simple module for copy-to-clipboard function
- ngx-toastr - Package for toast-style notfications in Angular