An open API service indexing awesome lists of open source software.

https://github.com/farhaj499/calculator

Created a calculator using typescript, Inquirer.js and Chalk.js
https://github.com/farhaj499/calculator

Last synced: 7 months ago
JSON representation

Created a calculator using typescript, Inquirer.js and Chalk.js

Awesome Lists containing this project

README

          

Created a calculator in Typescript using Inquirer.js and Chalk.js and deployed to npm.
You can access it using the below command in the terminal.

npx farhajcalc

It can perform the following operations:
1. Addition.
2. Substraction.
3. Multiplication.
4. Division.
5. Power.