Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 453 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 453 Bytes

Odin-Calculator

What is this?

This is a basic calculator. Purpose is to practise HTML, CSS and JS.

Lessons Learnt:

  • Incorporating JS within HTML
  • More complex logic compared to Etch-A-Sketch
  • Working with input boxes

Improvements Needed:

  • Box shadow for the dial buttons and math functions needs polishing
  • More testing with logic
  • Work with keyboard inputs
  • Divide by 0 error
  • Edge cases
    • Pressing "=" before a valid expression