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'.
- Host: GitHub
- URL: https://github.com/shivipro/memory-quiz
- Owner: ShiviPro
- Created: 2021-06-12T09:58:09.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-22T05:47:49.000Z (over 4 years ago)
- Last Synced: 2025-02-09T19:43:24.433Z (about 1 year ago)
- Topics: cfonts, chalk, cli-progress, gradient-string, nodejs, npm, readline-sync
- Language: JavaScript
- Homepage: https://replit.com/@ShiviPro/MEmory-Quiz?embed=1&output=1#index.js
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.***