All Articles

My React Calculator

Fork me on GitHub

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!

Credits

Published Nov 13, 2020

Senior Full Stack Developer