React Calculator App

This is an improvement of the Meta React Basics course calculator created as a final project. Although this calculator was functional, it wasn’t very efficient, so the challenge was to create a better functioning calculator. The end result is a calculator that creates calculations by storing the properties of the previous value, current value and operator values using the React state hook. The logic flow was co-ordinated using a logic flow diagram, and then executed.