Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 798 Bytes

File metadata and controls

21 lines (15 loc) · 798 Bytes

A freeCodeCamp Javascript Calculator App

This is a standard calculator that displays results for various arithmetics.

User Stories and Challenge Requirements

User Story 1: I can add, subtract, multiply and divide two numbers.
User Story 2: I can clear the input field with a clear button.
User Story 3: I can keep chaining mathematical operations together until I hit the equal button, 
            and the calculator will tell me the correct output.

Developers guide

$ git clone https://github.com/iambonface/javascript-calculator.git yourfoldername
$ cd yourfoldername
$ subl .

Live Preview

Click here to view the Javascript Calculator

Note

No jQuery was used to build this App