A simple command-line interface (CLI) calculator that allows you to perform basic mathematical calculations without the need for a graphical user interface. This calculator CLI provides a convenient way to perform calculations directly from your command prompt or terminal.
- Supports addition, subtraction, multiplication, and division operations.
- Handles both integer and floating-point numbers.
- Accepts multiple inputs in a single command.
- Provides a clear and concise output of the calculated result.
- Supports parentheses for grouping expressions and controlling the order of operations.
- Clone this repository to your local machine.
git clone https://github.com/riyaan/Calculator-CLI.git
- Install the required dependencies
npm install
- Run the Calculator CLI
npm start
This calculator CLI was inspired by the need for a lightweight and command-line based calculator for quick calculations.