A nodejs app that calculates a binairy number to decimal or a hexadecimal number to decimal. e.g 0x10 = 16; 10 = 2; The inputHandler.js processes the users input so that it can be fed into ...