A Calculator Application built using HTML, CSS, and JavaScript!
-
Planning and designing the user interface that is easy to use and navigate.
-
HTML to structure the layout of the Calculator.
-
Adding Favicon to the website.
-
CSS Flexbox to create a flexible layout.
-
CSS Button Hover and Click properties.
-
The concept of CSS ID's and Classes.
-
Importing Google Fonts (
font-family: 'Chivo Mono'
) -
Understanding the JavaScript logic behind different operations like
+
,-
,X
,÷
,=
and Clear Button (C
).
-
Basic Arithmetic Operations: Addition, Subtraction, Multiplication, and Division.
-
Clear Button (C) to clear the Calculator's display.
-
Fully responsive and compatible with different screen sizes.
-
Advanced Math Functions: Square root, Exponentiation, Logarithmic, Trigonometric and Inverse Trigonometric Functions.
-
Memory Functionality: Store and recall values.
-
Support for keyboard input.
Color | Hex |
---|---|
Dark Charcoal | #2e2d2da2 |
Spanish Gray | #9b9a9ae1 |
India Green | #098f0952 |
Lime Green | #3ee9387a |
Jelly Bean Blue | #458097c8 |
Chrome Yellow | #f5a9068a |