/jscalc

A simple calculator implemented in vanilla JavaScript.

Primary LanguageJavaScript

Calculator

Running

Without npm

Open dist/index.html in a modern browser.

With npm

Run npm install && npm run dev, then navigate to localhost:1234 in a modern browser. This uses Parcel to run a development server with hot module reloading.

Running the Tests

npm install && npm test