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-quizThen navigate to the project directory:
cd bigginers-quizDescription
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-quizFollow 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 6Connect with Me
- LinkedIn: Shehbaz Niazi
- GitHub: Shehbaz Niazi
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.