This is a simple CLI quiz app made with Node which asks simple questions about myself. CLI stands for Command-Line Applications, also referred to as Console Applications, are computer programs designed to be used from a text interface.
To use this app just clone the repo to your local machine extract the files(if required) the run npm install in terminal to download the require dependencies. Then we need to run the index.js file using the Node(which need to be installed), to run the index.js file we can use the following command:
node index.js
To see this app in action you the also visit to repl.it
To play the game you have type the answer and then press enter.