WarriorOFlonelinesS / The-calculator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Content

Purposes

  • Neumorphic design
  • Supporting 5 basic operations
  • Changing themes

Ready project

✔️ https://to-calc.netlify.app/

Operations

Summ

For summing select the first number and click on the button with sign +. After select the second number. In the end click on =.

Substraction

For substraction select the first number and click on the button with sign -. After select the second number. In the end click on =.

Multiplication

For multiplication select the first number and click on the button with sign *. After select the second number. In the end click on =.

Division

For division select the first number and click on the button with sign ÷. After select the second number. In the end click on =.

Percent

For finding a percent select the first number and click on the button with sign %. After select the second number. In the end click on =.

Changing of themes

For changing theme click on the button .

Cloning

git clone https://github.com/WarriorOFlonelinesS/The-calculator

Pushing

  • git add .
  • git commit -m
  • git push

About


Languages

Language:CSS 32.3%Language:SCSS 30.6%Language:JavaScript 21.3%Language:HTML 15.7%