An open API service indexing awesome lists of open source software.

https://github.com/shivipro/memory-quiz

A simple CLI based quiz game to check how much one knows about 'ME'.
https://github.com/shivipro/memory-quiz

cfonts chalk cli-progress gradient-string nodejs npm readline-sync

Last synced: 4 months ago
JSON representation

A simple CLI based quiz game to check how much one knows about 'ME'.

Awesome Lists containing this project

README

          

# MEmory-quiz
A simple CLI based quiz game to check how much one knows about 'ME'.

**For live version take a look at my Repl at - https://replit.com/@ShiviPro/MEmory-Quiz?embed=1&output=1#index.js**

## Setting Up locally

Step 1. Please ensure that you have both nodeJs and npm installed on your system. If not, download the latest stable version from [here](https://www.npmjs.com/get-npm)

Step 2. Once you have installed them, you can verify the installation, by running the following commands -
```
node -v
npm -v
```
If they both return valid version names in the format vXY.AB.PQ where X,Y,A,B,P,Q can be any number from 0-9, then they are installed correctly, and we can move to the next step. If not, you can refer [here](https://docs.npmjs.com/common-errors#broken-npm-installation)

Step 3. Now clone the repository, or download the source code via Zip in *Code* tab above.

Step 4. Once, you have cloned or extracted the downloaded zip file, open it's location in the terminal and type -
```
npm install
```

Step 5. Once this is done, enter the following command -
```
node index.js
```

Step 6. And wala! my friend, you have setup the MEmory-quiz onto your system locally. Now you can send it your friends, and check how much they know about 'ME' i.e. you, in this case.

***Please feel free to modify the quiz's questions, options, and answers to suit your needs.***