Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.26 KB

README.md

File metadata and controls

22 lines (14 loc) · 1.26 KB

React Calculator

The Calculator app is a modern React app written utilizing React and JavaScript. This app provides standard and scientific, calculator functionality, as well as a set of converters between various units of measurement. It also shows the time in the top left corner and the design look was based off an iPhone calculator.

Preview of Calculator:

Features:

  • Standard Calculator functionality which offers basic operations and evaluates commands immediately as they are entered.
  • Scientific Calculator functionality which offers expanded operations and evaluates commands using order of operations.
  • Infinite precision for basic arithmetic operations (addition, subtraction, multiplication, division) so that calculations are always accurate and precise.
  • Includes a functional clock in 12 hour format.

Demo Link:

  • Calculator Link
  • The link above is a demo of the finished functioning calculator designed using React, JavaScript, and CSS.