Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1.28 KB

README.md

File metadata and controls

33 lines (26 loc) · 1.28 KB

Draculator

A calculator project from The Odin Project curriculum that was inspired by the VSCode theme "Dracula".

Screen capture of the Calculator

About the Project:

A calculator that runs basic math operations such as addition, subtraction, multiplication and division.

Features

  • AC funcion to clear display screen
  • Backspace that deletes the last number
  • Animate cursor that appears before clicking numbers and after clicking "AC"
  • Operations can be done by using "equals sign" or using the "operators signs" if user wants to make an operation with multiple numbers and operators
  • Block "equals sign" if no number or operator is chosen
  • User can make decimal operations and get floating point numbers
  • Keyboard support
    • AC: Esc
    • DEL: Backspace
    • Equals: Enter
    • ×: *
    • ÷: /
    • (+ and -, decimal point and numbers 0-9)

Resources


Made with 💜 by Annd