piaic84200-piaic-calculator-simple
v1.1.0
Published
simple calculator with help of trypescript, node js and inquirer
Downloads
2
Readme
Simple CLI Calculator
This project is a simple command-line calculator built with TypeScript and Node.js. It utilizes the Inquirer library to create an easily embeddable and visually appealing command line interface.
Features
- Basic arithmetic operations (addition, subtraction, multiplication, division)
- User-friendly prompts for input
- Clear and concise output
Installation
Make sure you have Node.js installed on your system.
Clone this repository.
Navigate to the project directory.
Run the following command to install dependencies:
npm install
Usage Open your terminal or command prompt. Navigate to the project directory. Execute the calculator by running: npm start
Follow the prompts to perform calculations. Contributing Contributions are welcome! If you find any issues or have suggestions, feel free to open an issue or submit a pull request.
License This project is licensed under the MIT License - see the LICENSE file for details.
Feel free to customize this template according to your project's specifics. Happy coding! 🚀