Skip to content

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.

Notifications You must be signed in to change notification settings

TheNewC0der-24/CLI-Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks