Skip to content

SauravKumar-max/Do-you-know-me

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Do You Know Me

A CLI quiz app of me.

Installation:-

git clone https://github.com/SauravKumar-max/Do-you-know-me.git
cd Do-you-know-me
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

-Basic Knoweldge of javascript

Variables, array, objects,objects inside an array, if else conditional statements, for loop, functions.