App that allows you to do your arithmetic calculations
Available live here
This is a React based app to Build a javascript calculator for freeCodeCamp Front End Development Libraries project. In this calculator app you can easily do your arithmetic calculations and check your formula in one top output field and the result in a second output field which is under the formula field.
Install project dependecies:
npm install
Start the web server
npm start