Skip to content

jarrodek/demo-calculator

Repository files navigation

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

About

A tutorial app of how to build a calculator in JavaScript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published