Skip to content

Releases: CodingDashUU/JavaScript-mini-calculator

v1.0.0 - First Release

02 Oct 15:08
c6a981f
Compare
Choose a tag to compare

FIRST VERSION

A simple colorful calculator ran from your browser, my first project! This includes basic operations such as */+- and () and sleek CSS styling such as color changes and 115% scale after hovering over the buttons, and 180° rotations after clicking on the button.

FEATURES

  1. Basic Operations +-/*
  2. Parenthesis()
  3. Clearing and Backspacing
  4. 115% scale when hovering over the buttons
  5. 180° rotations when clicking the button
Calculator1