The Basic Calculator is a simple yet powerful tool designed to perform basic arithmetic operations such as addition, subtraction, multiplication,division and percentage. It provides users with a user-friendly interface and essential functionality for performing quick calculations.
- Arithmetic Operations: Perform addition, subtraction, multiplication, and division.
- Clear Function: Clear the current calculation.
- Decimal Support: Perform calculations with decimal numbers.
- Error Handling: Display meaningful error messages for invalid inputs or operations and zero division error.
- Keyboard Support: Support for both keyboard and mouse inputs for ease of use.
- Enter numbers and operations using the provided buttons or keyboard input.
- Press the "=" button to perform the calculation.
- Use the clear button to reset the calculator or clear the current input.
git clone https://github.com/your-username/basic-calculator.git
cd basic-calculator