This is a simple website to calculate the resistance of color-band-resistors with 3 to 6 bands.
A live demo is available at https://aaserver.net/projects/resistor-calculator
- Clone the repository
- Run
npm installto install all dependencies - Build with
npm run build - Run the build with
npm run preview
- Calculate the resistance of color-band-resistors with 3, 4, 5, or 6 bands.
- Support for older 5-band resistors where the third band is silver or gold.
- Responsive layout for desktop and mobile.