JSPM

bigginers-quiz

1.0.3
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3
  • Score
    100M100P100Q46012F
  • License ISC

Enhance your learning adventure with our TypeScript-based Beginner's Quiz CLI tool for Node.js. Immerse yourself in an enjoyable and interactive quiz experience tailored for beginners. Delve into diverse topics, assess your understanding, and grasp new concepts with ease. Whether you're a student, enthusiast, or lifelong learner, our user-friendly quiz tool provides an educational journey. Backed by TypeScript for dependable performance and Node.js for seamless cross-platform functionality, begin your learning expedition today and engage in our stimulating quiz challenges.

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (bigginers-quiz) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    Beginner's Quiz

    Welcome to Beginner's Quiz, a simple command-line quiz application built with TypeScript and Node.js for beginners to test their knowledge!

    Installation

    You can install Beginner's Quiz via npm by running the following command:

    npm i bigginers-quiz

    Then navigate to the project directory:

    cd bigginers-quiz

    Description

    Beginner's Quiz is an interactive quiz application designed to help beginners learn while having fun. It fetches questions from an API and presents them to the user in a friendly CLI interface. Test your knowledge in various categories and improve your skills with each quiz session.

    Usage

    To start using Beginner's Quiz, simply run the following command in your terminal:

    bigginers-quiz

    Follow the prompts to enter your name and answer a series of questions. At the end of the quiz, your score will be displayed.

    Features

    • Beginner-friendly quiz questions.
    • Interactive CLI interface.
    • Educational and fun learning experience.

    Example

    Here's a quick example of how to use Beginner's Quiz:

    $ bigginers-quiz
    ? Enter your name: Alice
    ? What is the capital of France?
    - Paris
    - London
    - Berlin
    - Rome
    > Paris
    ? Who is the author of "Romeo and Juliet"?
    - William Shakespeare
    - Charles Dickens
    - Jane Austen
    - Fyodor Dostoevsky
    > William Shakespeare
    Alice, Your Score Is 2 out of 6

    Connect with Me

    License

    This project is licensed under the MIT License - see the LICENSE file for details.

    This README provides an overview of your Beginner's Quiz project, including installation instructions, description, usage examples, features, and links to your LinkedIn and GitHub profiles. Adjustments can be made as per your preference.