All Articles

My React Calculator

I am currently learning React. I enjoy it. I’d like to use more and more in next projects, as it is already part of the future of web development.

React calculator

For that reason, I decided to create my own implementation of a calculator, extending the calculator created by Andrew Farmer. Earlier, I had already created a simple PHP calculator inspired by shunting-yard algorithm.

I am still working on a few details, but it has been a nice learning exercise. It has a basic and extended mode, and it supports basic operators (+, -, /, *, ^), trigonometric operators and precedence.

Feel free to fork me on Github, and enjoy it!