Skip to content

Commit 06c0aa6

Browse files
authored
Update README.md
1 parent dc98b7a commit 06c0aa6

File tree

1 file changed

+15
-12
lines changed

1 file changed

+15
-12
lines changed

README.md

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
![alt text](https://github.com/fix2015/interview-questions/blob/main/image.png)
22

3-
# Interview Questions CLI
3+
# Interview Questions CLI (466 questions)
44

55
Welcome to the **Interview Questions CLI**, a powerful tool designed for users learning JavaScript and practicing coding every day. This repository provides a collection of interview questions categorized by difficulty level, allowing you to learn and improve your skills anytime, directly from your terminal.
66

77
## Features
88

99
- **Daily Practice**: Access a curated set of JavaScript interview questions to sharpen your coding skills.
10-
- **Difficulty Levels**: Choose questions by difficulty—`junior`, `middle`, or `senior`—to match your skill level.
10+
- **Difficulty Levels**: Choose questions by difficulty—`basic`, `intermediate`, or `advanced`—to match your skill level.
1111
- **Flexible Output**: Get questions in multiple formats:
1212
- `text` for direct display in the terminal.
1313
- `array` or `json` for use in your projects or further study.
@@ -23,12 +23,15 @@ npx interview-questions [options]
2323

2424
### Options
2525

26-
| Option | Description | Example |
27-
|-----------------|---------------------------------------------------------------|----------------------------------------|
28-
| `--filter` | Filter questions by type (`all`, `top`). Default is `all`. | `--filter top` |
29-
| `--amount` | Number of questions to retrieve (for `top` filter). | `--amount 5` |
30-
| `--level` | Filter by difficulty level (`junior`, `middle`, `senior`). | `--level junior` |
31-
| `--format` | Output format (`text`, `array`, `json`). Default is `text`. | `--format json` |
26+
| Option | Description | Example |
27+
|-----------------|--------------------------------------------------------------- |----------------------------------------|
28+
| `--filter` | Filter questions by type (`all`, `top`). Default is `all`. | `--filter top` |
29+
| `--amount` | Number of questions to retrieve (for `top` filter). | `--amount 5` |
30+
| `--level` | Filter by difficulty level (`basic`, `intermediate`, `advanced`). | `--level basic` |
31+
| `--theme` | Filter by difficulty level
32+
( closures | storage | es6 | classes |
33+
database ... and other 203 themes). | `--theme es6` |
34+
| `--format` | Output format (`text`, `array`, `json`). Default is `text`. | `--format json` |
3235

3336
### Examples
3437

@@ -37,9 +40,9 @@ npx interview-questions [options]
3740
npx interview-questions --filter all
3841
```
3942

40-
- Get the top 5 junior-level questions in JSON format:
43+
- Get the top 5 basic-level questions in JSON format:
4144
```bash
42-
npx interview-questions --filter --top 5 --level junior --format json
45+
npx interview-questions --filter --top 5 --level basic --format json
4346
```
4447

4548
- Get all questions:
@@ -50,7 +53,7 @@ npx interview-questions [options]
5053
![alt text](https://github.com/fix2015/interview-questions/blob/main/image-1.png)
5154

5255
```bash
53-
npx interview-questions --filter --top 5 --level junior
56+
npx interview-questions --filter --top 5 --level basic
5457
```
5558
![alt text](https://github.com/fix2015/interview-questions/blob/main/image-2.png)
5659

@@ -74,4 +77,4 @@ Copyright (c) 2024 Vitalii Semianchuk
7477

7578
## License
7679

77-
This project is licensed under the MIT License. See the `LICENSE` file for details.
80+
This project is licensed under the MIT License. See the `LICENSE` file for details.

0 commit comments

Comments
 (0)