Skip to content

anthonygreco/calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calculator

Challenge: Write a simple, browser-based calculator.


  • Find visual assets from the web or create your own in order to make the look.

  • The calculator should perform addition, subtraction, division, and multiplication operations and should support floating point numbers.

  • The calculator should also be able to store a single floating point value in memory for later retrieval. (Most calculators have a store-to-memory, retrieve-from-memory, and clear-memory buttons)

  • Create the calculator in HTML and Javascript. The finished product should be functional in Chrome and Firefox without an internet connection. You may use a framework or library if you want. The core logic of the application however must be your own original work.

###Development Setup

git clone [email protected]:anthonygreco/calculator.git
cd calculator
vagrant up # this will take some time on the first run while it provisions the box; subsequent calls to vagrant up should take under a minute

###Open Public Libraries

###Optional

For Sublime Text, if you have Package Control installed, and you should, simply do the following:

Press: CMD + SHIFT + P // Brings up the Command Palette
Type: Install Package // Filters the list
Press: ENTER // Retrieves a list of available packages then the Command Palette will repopulate
Type: EditorConfig //Filters the list
Press: ENTER
Restart Sublime Text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published