bigginers-quiz
v1.0.3
Published
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 co
Downloads
2
Maintainers
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
- 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.