calculator_hamza
v1.5.0
Published
calculator program learnt in typescript class
Downloads
12
Readme
Command Line Calculator
Simple command line calculator using TypeScipt, Node.js, chalk and Inquirer. It asks for operator then takes two number using prompt from user, then operates on them and shows result.
Run Locally
To run this project, open command line and run the following command
npx calculator_hamzaAuthor:
Lessons Learned
This is an assignment of Q1 - Web3.0 and Metaverse Course of PIAIC. Task of this exercise is to learn prompt for taking user inputs using inquirer and chalk package, and publishing calculator package on npm registry, also push this project on github repository.
