This is a fun NodeJS CLI quiz application. It can be played to test whether your friend know you or not.
- Working with Javascript
- Taking input from user using readLineSync
- Making objects in array and many more basic things.
- readline-sync: for taking input from user
- chalk: for changing text color
- npm i readline-sync
- npm i chalk