Skip to content

Latest commit

 

History

History
52 lines (30 loc) · 1.32 KB

README.md

File metadata and controls

52 lines (30 loc) · 1.32 KB

Calculator

This is a simple calculator application that performs basic math functions and has verifications for double clicking of the operator button.

Description

The calculator allows to do +, -, ×, ÷ functions. Additional functins available are +/- , % and square root. There is no limitations on the numebr of digits displayed. Calculator allows to do multiple calculations ina sequence.

Calculator does not allow to press two operator signs one after another (orange color buttons).

There is no adjustment implemented for a smaller screens, calculator is normally displayed on the screens as small as 400px wide.

Getting Started

Simply open it in a browser and it is ready to use.

Dependencies and Installing

There are no dependencies as such and no installation required

Executing program

No special execution instructions.

Help

The calculator does not allow to press two operator signs one after another (orange color buttons), you can use 'AC' button in case of errors.

Authors

Contributors names and contact info

Irina Anastasieva https://www.instagram.com/ianastasieva/

Version History

  • 0.1
    • Initial Release

License

This project is not licensed

Acknowledgments

Inspiration, code snippets, etc.