Skip to content

thatbeautifuldream/markOne

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📣 levelZero-markOne

Do you know me? CLI Quiz App

🙇🏻‍♂️ Description

  • This is a CLI quiz app that will ask you questions about me (Milind Mishra).
  • I have hard-coded the questions and answers in the script.
// Creating the questions array
const questions = [
  "What is my name? ",
  "Where do I live? ",
  "What is my favourite color? ",
  "What is my favourite food? ",
  "What is my favourite programming language? ",
];

// Creating the answers array
const answers = ["Milind", "Dhanbad", "Black", "Pizza", "JavaScript"];

🤔 How to use it

  • Clone the repository and first run the command npm install
  • After that you can install it globally by running npm install -g . when you are in the root directory of the repository.
  • Run the command markOne to start the quiz.

scr 2022-08-31 at 7 36 40 PM

About

levelZero-markOne

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors