TI-00L is a basic calculator that performs simple mathematic operations. It is customized with levitating feature for visual intrigue. The animation only lasts a few seconds on page load, then reverts back to its still state.
Tech Used: HTML, CSS, JavaScript
This project utilizes object oriented programming, storing functions and associated properties within a calc object. The calc object performs methods such as reset(), calculate(), storeNum(), and display(), which are triggered on click of buttons on the calculator's interface.
- Plus minus key for absolute value and negation operations
- Floating point number handling - imprecision is taken care of
- Levitating effect with dropshadow