Skip to content

iambonface/javascript-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published