Skip to content

Latest commit

 

History

History
54 lines (33 loc) · 1.35 KB

README.md

File metadata and controls

54 lines (33 loc) · 1.35 KB

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.

Screenshot

Getting started

  1. Clone the repo
git clone https://github.com/VinRanana/UFH-Quote-Helper.git
cd UFH-Quote-Helper
  1. Install dependencies
npm install
cd client
npm install
  1. Start development server and open webpage
ng serve --open
  1. Fill in fields and Calculate!

Tech stack

  • 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

Author

Davinder Rana - Github - LinkedIn