mk-7016-cli-basic-calculator
v1.0.0
Published
Welcome to the Simple Calculator! This command-line application, powered by Node.js, offers users six essential mathematical operations: Addition, Subtraction, Multiplication, Division, Exponentiation, and Modulus. Through an interactive interface provide
Downloads
2
Readme
Welcome to the Simple Calculator! This command-line application, powered by Node.js, offers users six essential mathematical operations: Addition, Subtraction, Multiplication, Division, Exponentiation, and Modulus. Through an interactive interface provided by the inquirer library, users input two numbers and select an operation. The results are elegantly displayed with colorful output, courtesy of the chalk library. Whether you're performing basic arithmetic or more complex calculations, the Colorful Calculator is a user-friendly tool ready to assist.