1.0.5 • Published 2 years ago

ninjaquiz v1.0.5

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

const inquirer = require('inquirer'); // Start the quiz npx ninjaquiz;

NinjaQuiz

NinjaQuiz 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

  1. Clone the repository: git clone https://github.com/alemughal/NinjaQuiz.git
  2. Navigate to the project directory: cd ninjaquiz
  3. Install the dependencies: npm install

Usage

To start the quiz, run the following command in your terminal:

npx ninjaquiz