anndcodes / calculator

Home Page:https://anndcodes.github.io/calculator/

Repository from Github https://github.comanndcodes/calculatorRepository from Github https://github.comanndcodes/calculator

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

About

https://anndcodes.github.io/calculator/


Languages

Language:JavaScript 46.6%Language:CSS 31.9%Language:HTML 21.5%