Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 599 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 599 Bytes

Demo calculator

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.

Application preview

See application demo page

Running the app

Clone repository

git clone https://github.com/jarrodek/demo-calculator
cd demo-calculator
npm install

Now run the application:

npm start

Running the tests

npm test