Skip to content
This repository has been archived by the owner on Mar 12, 2018. It is now read-only.

Proportion Calculator application written in JavaScript (ES6, classes and other this stuff). With RWD and good design :-)

Notifications You must be signed in to change notification settings

WarMaxis/Proportion_calculator_app

Repository files navigation

Proportion calculator application

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.

Functions:

  • 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

How to start?

  1. Install dependencies
$ npm install
  1. Run gulp watch and local server (port 8080)
$ npm start
  1. Components structure:

src/js/component

src/scss/component

  1. More info in README_ORIGINAL.md file (in Polish language)

Used technologies in this project:

  • JavaScript
  • ES6
  • Code modules
  • HTML
  • SCSS
  • RWD

About

Proportion Calculator application written in JavaScript (ES6, classes and other this stuff). With RWD and good design :-)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published