Skip to content

A simple calculator app with easy math functions. Made easy to understand, written in simple language.

License

Notifications You must be signed in to change notification settings

AbdulSaboor345/Simple-Calculator

Repository files navigation

CLI Simple Calculator

Project Overview

CLI Simple Calculator is a command-line interface (CLI) application developed by Abdul Saboor. It allows users to perform basic arithmetic operations such as addition, subtraction, multiplication, and division on two numbers. The user inputs the first number, then the second number, and finally selects the desired operation.

Developer:

Abdul Saboor

Features:

Performs addition, subtraction, multiplication, and division of two numbers.

User-friendly CLI interface.

Easy to use and understand.

Technologies Used:

TypeScript

JavaScript

Inquirer (for user input)

Chalk (for styling)

Installation:

NPX Command:

Open your terminal.

Run the following command:

Copy code

npx abdul-saboor-simple-calculator

GitHub Way:

Clone the repository from GitHub:

Copy code

git clone https://github.com/AbdulSaboor345/Simple-Calculator.git

Navigate to the project directory:

cd [Your/Project/Directory]

Install dependencies:

Copy code

npm i inquirer

npm i @types/inquirer

Run the application:

Copy code

npm start

Contributions:

Contributions to the project are welcome. Feel free to fork the repository, make changes, and submit pull requests.

License:

This project is licensed under the MIT License. See the License.txt file for details.

Acknowledgments:

Special thanks to Code with Hamza for inspiration and guidance.

Contact:

For any inquiries or feedback, please contact Abdul Saboor via email at a.saboor.no.1@gmail.com

About

A simple calculator app with easy math functions. Made easy to understand, written in simple language.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published