Skip to content

sebam2k4/Calculator-JS-Jasmine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JavaScript Calculator

JavaScript calculator with Jasmine Unit Tests to make sure calculations are performed correctly. This calculator uses immediate execution logic.

live demo: http://frail-pen.surge.sh/

JS Calculator Preview

Getting the code set up on your computer

  1. Firstly you will need to clone this repository by running git clone https://github.com/sebam2k4/Calculator-JS-Jasmine command in your terminal.
  2. open index.html to start the calculator in your browser
  3. open /jasmine/SpecRunner.html to run Jasmine tests
  4. modify any way you want.
  5. Enjoy!

Note to self: Try converting the code to use a Calculator object.

About

Calculator created with JS including Jasmine Unit Tests

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published