<<<<<<< HEAD
This project is a simple command-line calculator built using Node.js and the inquirer
library. It prompts the user to input two numbers and select an operation to perform among addition, subtraction, multiplication, and division.
Before running this project, ensure you have the following installed:
- Node.js
- npm (Node Package Manager)
- Clone this repository to your local machine:
git clone https://github.com/your-username/calculator-cli.git
55174e0 (create a simple CLI calculator)