An app to perform basic mathematical computations
This is an independent project created as a portfolio piece. It allows for addition, subtraction, multiplication and division.
cd
into the directory it creates.npm install
and wait for all dependencies to be installed.npm start
from the frontend directory to verify installation was successfule.Complete