https://github.com/shivipro/poke-quiz
A simple CLI based Pokémon quiz game
https://github.com/shivipro/poke-quiz
chalk cli-progress gradient-string node-js npm readline-sync
Last synced: 25 days ago
JSON representation
A simple CLI based Pokémon quiz game
- Host: GitHub
- URL: https://github.com/shivipro/poke-quiz
- Owner: ShiviPro
- Created: 2021-06-09T11:08:48.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-23T17:52:30.000Z (almost 5 years ago)
- Last Synced: 2025-04-04T08:48:10.684Z (about 1 year ago)
- Topics: chalk, cli-progress, gradient-string, node-js, npm, readline-sync
- Language: JavaScript
- Homepage: https://replit.com/@ShiviPro/PokeQuiz?embed=1&output=1#index.js
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# poke-quiz
A simple CLI based Pokémon quiz game
**For live version take a look at my Repl at - https://replit.com/@ShiviPro/PokeQuiz?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 poke-quiz onto your system locally. Now you can enjoy it anytime, by repeating Steps 4 & 5.