Skip to content

sanjitsarkar/FANDOM_QUIZ_CLI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FANDOM QUIZ CLI

It's a cli based app for marvel quiz built using javscript.

npm packages used

  • chalk for stying terminal text.
  • node-localstorage for adding localStorage functionality in nodejs.
  • readline-sync for taking input in terminal.

Steps to run the app

  • Clone the repo with this command

    git clone https://github.com/sanjitsarkar/FANDOM_QUIZ_CLI
  • Run the following commands to set up and run the project

     npm install
     npm start

To live preview the app click the link FANDOM QUIZ CLI