TheNewC0der-24 / CLI-Calculator

Command-Line Calculator provides the most fluid interface, especially if we are performing chained calculations i.e., multiple calculations that rely on the results of previous calculations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CLI Calculator

About

Command-Line Calculator provides the most fluid interface, especially if we are performing chained calculations i.e., multiple calculations that rely on the results of previous calculations.

Built With

TypeScript

Dependencies Installed

npm i --save readline-sync
npm install --save @types/readline-sync

To run this in your terminal

Please run 👇 command :

tsc .\index.ts
node .\index.js

Preview

preview


Show some ❤️ by giving ⭐ to this repository !!

About

Command-Line Calculator provides the most fluid interface, especially if we are performing chained calculations i.e., multiple calculations that rely on the results of previous calculations.


Languages

Language:TypeScript 51.3%Language:JavaScript 48.7%