Skip to content

Mehrab-Farhadzadeh/odin-foundations-calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calculator

Preview

themes preview

Learning Goals

  • Basic JavaScript

    • Loops
    • Functions
    • DOM Manipulations
    • Objects
  • Basic CSS

Credits

To Do, Design

  • Grow the + button height and shrink the height of the = button so they have the same height.

To Do, Logic

  • Display history.
  • Refactoring the code.