ninjaquiz
v1.0.5
Published
This is a quiz app made in nodejs.
Downloads
2
Readme
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
- Clone the repository:
git clone https://github.com/alemughal/NinjaQuiz.git
- Navigate to the project directory:
cd ninjaquiz
- Install the dependencies:
npm install
Usage
To start the quiz, run the following command in your terminal:
npx ninjaquiz