Skip to content

sidho/jsCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calculator

This is a simple calculator built using Polymer, Javascript, HTML and CSS. Try the live demo here.

About the app

The calculator's logic was designed to emulate a traditional calculator, rather than one that takes all the inputs and operations in at once, i.e., "1 + 2 - 3 * 4 / 5" as an input.

The calculator can be used as a Polymer element, simply by placing the calculator folder into a project's the elements folder. This was tested to work by creating a project using Polymer's (zip)[https://www.polymer-project.org/0.5/docs/start/getting-the-code.html#using-zip] install file and creating a new HTML file that loaded the required dependencies. The tag used for this calculator is .

The calculator has two themes, "light" or "dark", and the themes can be selected using the theme="" attribute in the tag. The calculator automatically defaults to "light". You can see the themes in action in the aforementioned demo, by pressing the "Toggle Theme" button.

Final Thoughts

Thanks for reading. Comments and constructive criticism is always welcome!

About

A calculator made using Polymer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published