DEV Community

Discussion on: How to make a CLI Quiz App using Javascript for Beginners

Collapse
 
utsavladani profile image
Utsav Ladani • Edited

Tips to make CLI quiz awesome and more interesting.

You can also use inquirer.js for ask questions in cli which have multiple answer or have true/false. inquirer.js is very easy to use, make question, write options, and easily get answer.

For add color in CLI text, you can use chalk.js.
😄

Collapse
 
prerana1821 profile image
Prerana Nawar

Hey, Thanks a lot Utsav!! I will try it surely