- I love JavaScript and I love CLI, hence I made this CLI app on a fandom javascript quiz.
- This app is made using
NodeJS,Chalkandfigletlibrary.
chalk: A library to style the text in the console.figlet: A library to create ASCII art from text.
- Clone the repository using
git clonecommand. - Run
npm installto install the dependencies. - Run
npm install -gto install the CLI app globally. - Run
markTwoto start the app.
- The app will ask you a question.
- You have to type in the correct answer as per your expertise.
- You will get 1 point for each correct answer.
- You will get 0 points for each wrong answer.
