quiz_maestro
v1.0.1
Published
A TypeScript-based command-line quiz application built using Node.js and Inquirer. This tool allows users to take a multiple-choice quiz with a variety of general knowledge questions. The system tracks the user's answers and calculates their score at the
Downloads
6
Readme
Command-Line Quiz Game
A TypeScript-based command-line quiz application built using Node.js and Inquirer. This tool allows users to take a multiple-choice quiz with a variety of general knowledge questions. The system tracks the user's answers and calculates their score at the end.
About
This project was developed as part of an assignment for the first quarter of the Governor Sindh IT Initiative Program. It demonstrates the practical use of command-line interfaces (CLI) in creating an interactive quiz game. The project will be showcased on my GitHub and npm profiles.
Features
Multiple-Choice Quiz: Users answer a set of general knowledge questions with multiple choices.
Real-Time Feedback: Displays user responses for each question and calculates the final score.
Score Calculation: Automatically evaluates the user's performance by comparing answers to the correct options.
Interactive CLI: Provides a user-friendly interface for selecting answers, supported by Inquirer prompts.
Built With
TypeScript: Ensures type safety and clean code structure.
Node.js: The runtime environment for executing the quiz game.
Inquirer: Handles interactive command-line prompts.