Skip to content

This is a simple calculator that can be used to perform basic math operations.

License

Notifications You must be signed in to change notification settings

szmazhr/glossy-calculator

Repository files navigation

Glossy Calculator

Last project Calculator from TheOdinProject's foundation curriculum.

Learning Outcomes Summary

  • Objects
    • Defining
    • Properties
    • Accessing Properties
    • Methods
    • this keyword
    • Accessing Methods
  • Array
    • Properties and Methods

About This Project

This is a simple calculator that can be used to perform basic math operations. Its UI is glossy and has some sound effects on key press.

Preview

Live: https://szmazhr.github.io/glossy-calculator/ Glossy Calculator

Note

The outcomes listed above are not necessarily used in the project. They are just a summary of what I learned, through TheOdinProject's Curriculum, between previous project and the current one.

Credits