Skip to content

anndcodes/calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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