ale-calc
v1.0.5
Published
const inquirer = require('inquirer'); // Start the quiz npx ale-calc; # Ale Calculator
Downloads
4
Readme
const inquirer = require('inquirer'); // Start the quiz npx ale-calc;
Ale Calculator
AleCalc is a command-line quiz application built with Node.js and Inquirer. It allows users to test their knowledge by answering a series of multiple-choice questions.
Installation
- Clone the repository:
git clone https://github.com/alemughal/NodeJs-Calculator.git
- Navigate to the project directory:
cd NodeJs-Calculator
- Install the dependencies:
npm install
Usage
To start the quiz, run the following command in your terminal:
npx ale-calc