Implementation of a simple calculator using JavaScript/HTML/CSS
The project supports all basic math operations like addition, substruction, etc. The user need to click on the corresponding number and operation.By clicking on the 'Converter' word, the correcponding menu will be shown up, providing possibility to get other metric from the number. Second click will return to the standard one.
Example of the history and input filling.
By clicking on the 'Advanced' word, the advanced mode for calculating will be dropped from the bottom of the calculator. Second click will hide it.
The calculator also supports binary and hex numbers arithmetic, the user just need to choose them in the advanced mode tab. Decimal is the default one.