Skip to content

Implementation of a simple calculator using JavaScript/HTML/CSS

Notifications You must be signed in to change notification settings

VitaliiSvietkov/UCODE-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UCODE-calculator

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.

General look

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.

Converter

Example of the history and input filling.

Simple Demonstration

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.

Advanced Mode

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.

Binary calculation

Hex calculation