Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.2 KB

README.md

File metadata and controls

41 lines (26 loc) · 1.2 KB

CLI-Calculator

A simple but colorful command-line calculator application built with TypeScript. This calculator can perform addition, subtraction, multiplication, division, and custom expressions.

calcgiF

Features:

  • Addition (➕)
  • Subtraction (➖)
  • Multiplication (✖️)
  • Division (➗)
  • Custom Expression (🔢)

Cutsom Expressions:

You can input mathematical expressions like:

575+(213*5/234)*343-(8901-123)

Dependencies

Usage

Run the calculator using the following command:

npx ab-cli-calculator