https://github.com/internaut/rccc
Resistor Color Code Calculator website with HTML5 / Javascript code.
https://github.com/internaut/rccc
html html5 javascript resistor
Last synced: 10 months ago
JSON representation
Resistor Color Code Calculator website with HTML5 / Javascript code.
- Host: GitHub
- URL: https://github.com/internaut/rccc
- Owner: internaut
- Created: 2012-12-14T20:46:58.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-12-14T23:03:14.000Z (over 13 years ago)
- Last Synced: 2023-03-22T22:32:33.481Z (over 3 years ago)
- Topics: html, html5, javascript, resistor
- Language: JavaScript
- Size: 160 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
rccc
====
Resistor Color Code Calculator website with HTML5 / Javascript code. See it online at http://proj.mkonrad.net/rccc/.
Description
===========
This is the code of the website http://proj.mkonrad.net/rccc/ which features an online tool to to interactivly calculate the resistance of a resistor by choosing the color codes or vice versa by entering the resistance and getting displayed the right color code.
This tool also supports E-Series (http://en.wikipedia.org/wiki/Preferred_number#E_series).
Technical details
=================
I've used only HTML5 and CSS for the layout and style, no graphics are used besides the favicon.
For interactivity I've used JavaScript in conjunction with the great jQuery framework (http://jquery.com/).