Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 439 Bytes

readme.md

File metadata and controls

15 lines (9 loc) · 439 Bytes

Calculator

An online calculator with basic arithmetic operations implemented with Javascript, CSS3 and HTML5.

Features

  • Supports basic operations: divide, multiple, add, and subtract.
  • Supports calculations on floating numbers.
  • Convert a number to negative.
  • Clear the whole display or delete a single digit.
  • Can be used by a mouse or a keyboard.

This is the final project in the Foundation path - The Odin Project.