git clone https://github.com/SauravKumar-max/ultimate-superhero-quiz.git
cd ultimate-superhero-quiz
npm install
npm start
or Use an online IDE https://repl.it/@SauravKumar007/The-Ultimate-Superhero-Quiz#index.js
Install nodejs from here: https://nodejs.org/
Synchronous Readline for interactively running to have a conversation with the user via a console.
Know more:- https://www.npmjs.com/package/readline-sync
npm install readline-sync
Styles the terminal string.
Know more:- Read it here:- https://www.npmjs.com/package/chalk
npm install chalk