Skip to content

fullstackondemand/classic-calculator

Repository files navigation

Classic Calculator

Create a Calculator with help of Sass, TypeScript, Tailwind, Gulp, Bootstrap and NodeJs.

Used Feature

  • Get the Sum as '+' of two digits.
  • Get the Subtract as '-' of two digits.
  • Get the Division as '/' of two digits.
  • Get the Multiply as '*' of two digits.
  • Get the Percentage as '%' of any digit.