Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 745 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 745 Bytes

Calculator

Final project for "The Odin Project - Foundations Course"

Link to the project official page

#Project objectives

Build a simple calculator with HTML, CSS and JavaScript that can perform basic calculator functions and meet certain req:

  • Add
  • Subtract
  • Multiply
  • Divide
  • Handle Zero division
  • Add floating point numbers support
  • Add del/backspace button
  • Round long decimals
  • Catch some input bugs
  • Make the Calculator layout using HTML & CSS

Tools used - HTML, CSS and JavaScript

Live Preview

https://acrofil.github.io/calculator-project-top/

Calculator