Application for reading resistor color code values for a 3, 4, 5 or 6 band resistor, applying Ohm’s law, calculating power, etc.
This application is a personal case study developed with Angular, NgBootstrap and Bootstrap 5, and allows me to study NgRx and Redux. It also lets me try out Transloco, an Angular library dedicated to content translation.
-
$ git clone git@github.com:jprivet-dev/resistor-color-code-calculator.git
-
$ cd resistor-color-code-calculator
-
$ npm install
-
$ make start
-
Open your browser on http://localhost:4200/resistor-color-code-calculator.
Feel free to make comments/suggestions to me in the Git issues section.