Skip to content

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.

mohdriyaan/Calculator-CLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calculator-CLI

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.

Features

  1. Supports addition, subtraction, multiplication, and division operations.
  2. Handles both integer and floating-point numbers.
  3. Accepts multiple inputs in a single command.
  4. Provides a clear and concise output of the calculated result.
  5. Supports parentheses for grouping expressions and controlling the order of operations.

Getting Started

  1. Clone this repository to your local machine.
git clone https://github.com/riyaan/Calculator-CLI.git
  1. Install the required dependencies
npm install
  1. Run the Calculator CLI
npm start

Acknowledgments

This calculator CLI was inspired by the need for a lightweight and command-line based calculator for quick calculations.

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published