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
- Host: GitHub
- URL: https://github.com/farhaj499/calculator
- Owner: Farhaj499
- Created: 2023-12-24T12:10:40.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-24T12:36:35.000Z (almost 2 years ago)
- Last Synced: 2025-01-29T03:38:05.063Z (8 months ago)
- Language: JavaScript
- Size: 2.53 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.