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

https://github.com/thatbeautifuldream/marktwo

levelZero-markTwo
https://github.com/thatbeautifuldream/marktwo

cli fandom-cli javascript-quiz

Last synced: 11 months ago
JSON representation

levelZero-markTwo

Awesome Lists containing this project

README

          

# 📣 `levelZero-markTwo`

## Fandom CLI

- I love JavaScript and I love CLI, hence I made this CLI app on a fandom javascript quiz.
- This app is made using `NodeJS`, `Chalk` and `figlet` library.

## Dependencies

- `chalk` : A library to style the text in the console.
- `figlet` : A library to create ASCII art from text.

## How to use

- Clone the repository using `git clone` command.
- Run `npm install` to install the dependencies.
- Run `npm install -g` to install the CLI app globally.
- Run `markTwo` to start the app.

## How to play

- The app will ask you a question.
- You have to type in the correct answer as per your expertise.
- You will get 1 point for each correct answer.
- You will get 0 points for each wrong answer.

## CLI App Working Demo

![scr 2022-08-31 at 9 57 56 PM](https://user-images.githubusercontent.com/28717686/187730788-a4e16191-50e7-4f46-b4ec-9c089798e16b.gif)