This Javascript Calculator is a project created as a part of the certification requirements for the "Front End Development Libraries" course on FreeCodeCamp.
The primary goal of this project is to create a fully functional calculator application. The app provides the following features:
- Basic Arithmetic Operations: You can perform addition, subtraction, multiplication, and division on numbers.
- Decimal Point: It allows you to add decimal points to your numbers for greater precision.
- Clear Function: The calculator has a clear button that resets the input and output values, returning the calculator to its initialized state.
- Decimal Precision: It maintains several decimal places of precision for accurate calculations.
- Formula Logic: The calculator follows formula logic and observes the order of operation precedence.
This project is open-source and is available under the MIT License.