Skip to content

SauravKumar-max/ultimate-superhero-quiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

The Ultimate Superhero Quiz

A CLI based quiz app of marvel, dc, anime superheroes.

Installation:-

git clone https://github.com/SauravKumar-max/ultimate-superhero-quiz.git
cd ultimate-superhero-quiz
npm install
npm start

Requirments:-

-Nodejs

Install nodejs from here: https://nodejs.org/

-Readline-sync a npm package manager

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

-Chalk a npm package manager

Styles the terminal string.
Know more:- Read it here:- https://www.npmjs.com/package/chalk
npm install chalk

-Basic Knoweldge of javascript

Variables, Loops, If else conditional statements, Functions, Array, Objects, Objects inside an Array.