Proportion Calculator application written in JavaScript (ES6, classes, code components and other cool stuff).
With RWD and good design :-)
Check this on https://warmaxis.github.io/Proportion_calculator_app/
Calculator app coded by Michał Milanowski, other code is written by Tomasz Fijoł K2 Internet S.A.
- calc X when X = (b * c) / a
- show percent proportion in range input
- range input can control b value
- change values (a with b, c with X)
- reset to default values
- Install dependencies
$ npm install
- Run gulp watch and local server (port 8080)
$ npm start
- Components structure:
src/js/component
src/scss/component
- More info in README_ORIGINAL.md file (in Polish language)
- JavaScript
- ES6
- Code modules
- HTML
- SCSS
- RWD