This is About Indian history Quiz --This is a CLI app written in JavaScript using REPL. This app runs a quiz about some facts of Indian History which will be fun to play for all. Open the Repl Link - click on "Run" - You are ready to check your love for India. And for the source code you can check the files above. I am also currently keep a track of high score and show it to the user at the end of the QUIZ.
-- To recieve the input from the user I used READLINE SYNC (a npm module). and to use it the code is : var readlineSync = require("readline-sync")