Skip to content

Pranjalmishra30/CLI-Quiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLI-Quiz

A CLI Premier league quiz app built using nodejs.

image

You can run the code in your browser,check it out here

Running the code locally

Install nodejs if not installed already.

  1. Clone the repository
    git clone https://github.com/Pranjalmishra30/CLI-Quiz
  2. Install the dependencies
    npm install
  3. Run the quiz app
    node index.js

Future work

  1. Retrieve questions from a database.
  2. Implement hints in the quiz.
  3. Add more levels and questions. Special questions based on user's club of choice.
  4. Implement high score feature.

References

  1. Build a CLI app
  2. readline-sync documentation
  3. chalk documentation

Releases

No releases published

Packages

No packages published