jprivet-dev / resistor-color-code-calculator

Application for reading resistor color code values for a 3, 4, 5 and 6 band resistor, applying Ohm's law, calculating power, etc.

Home Page:https://www.jprivet.dev/resistor-color-code-calculator/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Resistor Color Code Calculator

1. Presentation

rccc github social preview

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.

2. Installation

  1. $ git clone git@github.com:jprivet-dev/resistor-color-code-calculator.git

  2. $ cd resistor-color-code-calculator

  3. $ npm install

  4. $ make start

  5. Open your browser on http://localhost:4200/resistor-color-code-calculator.

4. Comments, suggestions?

Feel free to make comments/suggestions to me in the Git issues section.

5. License

"Resistor Color Code Calculator" is released under the MIT License.


About

Application for reading resistor color code values for a 3, 4, 5 and 6 band resistor, applying Ohm's law, calculating power, etc.

https://www.jprivet.dev/resistor-color-code-calculator/

License:MIT License


Languages

Language:TypeScript 65.5%Language:HTML 27.7%Language:SCSS 5.3%Language:Makefile 1.2%Language:Shell 0.3%Language:JavaScript 0.1%