A calculator project from The Odin Project curriculum that was inspired by the VSCode theme "Dracula".
A calculator that runs basic math operations such as addition, subtraction, multiplication and division.
- 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)
Made with 💜 by Annd