1.0.0 • Published 2 months ago

cal-fani v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 months ago

Project Setup

npm init -y

tsc --init

Simple Calculator

This is a simple calculator application built with Node.js. It allows users to perform basic arithmetic operations such as addition, subtraction, multiplication, and division.

Installation

To install the required dependencies, run the following command:

npm install

To run the calculator, use the following command:

node index.js
## Dependencies
This project uses the following npm packages:

inquirer: Used for taking input from the user in the console.

npm install inquirer
npm install @types/inquirer --save-dev
npm install @types/node --save-dev
1.0.0

2 months ago