A simple calculator done in plain javascript. You can add, subtract, multiply and divide real numbers. The calculator also shows you the complete history of calculations and has keyboard support.
This project was made for learning experience. Some features I wanted to implement are:
- basic math operations
- decimal numbers
- correct order of operations
- basic keyboard support
- good looking UI
Feel free to fork, comment and critique. It's open source and available under the MIT License.