1.0.2 • Published 1 year ago

@syedahoorainali/quiz v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

CLI TypeScript Quiz

Welcome to the CLI TypeScript Quiz! This is an interactive command-line interface (CLI) quiz application built with TypeScript. Users can answer multiple-choice questions on various topics.

Features

  • Multiple-choice questions
  • Real-time feedback on answers
  • Score tracking

Prerequisites

Before you begin, ensure you have met the following requirements:

Installation

To install the CLI TypeScript Quiz, run the following command:

    npm install -g cli-quiz-project

Usage

To start the quiz, run the following command:

    cli-quiz

You will be prompted with multiple-choice questions. Use the arrow keys to select your answer and press Enter to submit.

Example Questions

Here are some example questions you might encounter in the quiz:

  1. What is TypeScript?

    • A superset of JavaScript
    • A JavaScript framework
    • A replacement for JavaScript
    • A browser extension
  2. Which keyword is used to declare a variable in TypeScript?

    • let
    • var
    • const
    • Both a and c

Contributing

If you want to contribute to this project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature/your-feature
  3. Make your changes and commit them: git commit -m 'Add some feature'
  4. Push to the branch: git push origin feature/your-feature
  5. Submit a pull request.

Contact

If you have any questions or suggestions, feel free to contact me at jagjets133@gmail.com.

Happy quizzing!

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago