ahad-quiz-cliapp
v1.0.0
Published
A simple CLI quiz app built with TypeScript and inquirer. Features 10 multiple-choice questions, interactive prompts, and a scoring system. Ideal for learning TypeScript and CLI development. Getting Started Clone the repo. Install dependencies with npm i
Downloads
2
Readme
CLI-Quiz-App-
A simple CLI quiz app built with TypeScript and inquirer. Features 10 multiple-choice questions, interactive prompts, and a scoring system. Ideal for learning TypeScript and CLI development. Getting Started Clone the repo. Install dependencies with npm install. Compile TypeScript with tsc quiz.ts. Run the app with node quiz.js.