This application shows how to build a calculator in JavaScript.
The source code explains line-by-line of how to build a calculator. Use this for education to learn how to build application logic and UI around it.
Clone repository
git clone https://github.com/jarrodek/demo-calculator
cd demo-calculator
npm install
Now run the application:
npm start
npm test