https://github.com/rdshinde/javascript-cli-quiz-2
Avenger movies quiz game using javascript console.
https://github.com/rdshinde/javascript-cli-quiz-2
infinite-loop javascript readline-sync
Last synced: 9 months ago
JSON representation
Avenger movies quiz game using javascript console.
- Host: GitHub
- URL: https://github.com/rdshinde/javascript-cli-quiz-2
- Owner: rdshinde
- Created: 2021-08-21T18:42:21.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-01-10T08:57:09.000Z (over 4 years ago)
- Last Synced: 2025-02-07T10:17:35.977Z (over 1 year ago)
- Topics: infinite-loop, javascript, readline-sync
- Language: JavaScript
- Homepage: https://replit.com/@RishikeshShinde/Play-Avengers-Quiz#index.js?embed=1&output=1
- Size: 758 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# **Avenger Movies Quiz**
Avengers movie quiz game build with javascript CLI.

>### What is this 'Avenger Movies Quiz'?
This is a javascript Command-Line-Interface quiz based on marvel's 'The Avenger' movie series. It uses a Javascript console to show the output.
>### What are the special things in this code that one should know?
Here are some special things that I would like to tell about app:
1. Javascript array of objects is used to store quiz questions and answers.
2. `npm readline-sync` is used to take input from user.
3. `npm chalk` is used to do some designing on CLI.
4. Javascript `Math.random` is used to output random messages.
5. Infinite loop concept.
and that's it.
>### Where do I can have a fun of this CLI app?
The quiz is written using [replit.com](https://replit.com)
[You can enjoy the gameplay here.](https://replit.com/@RishikeshShinde/Play-Avengers-Quiz#index.js?embed=1&output=1"LCO")
I hope you would like it.
Enjoy!