Skip to content

rhystirado/calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Calculator

Description

Calculator built using JavaScript, HTML, and CSS.

To operate the calculator, the user can click the buttons to perform mathematical operations. Input can be cleared with the AC button.

Available operations:

  • Addition (+)
  • Subtraction (-)
  • Multiplication (*)
  • Division (/)

Learning Outcomes

  • Practice breaking a problem down into modular parts for development
  • Practice working with JavaScript string and array manipulation
  • Practice manipulating the DOM
  • Practice using event listeners

Availability

Available at: https://rhystirado.github.io/calculator/

Credits

Based on the Calculator project from The Odin Project

About

Calculator built using JavaScript, HTML, and CSS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published