Being a programmer, usually, my interaction with the terminal is more than any non-programmer. So, I was thinking why not make CLI apps and decorate them. They should have a nice interface, not like the GUI apps. But a little bit nicer than usual.
So, I created two CLI apps and names them markOne and markTwo. The names are not common because I made them as an assignment.
βοΈ first CLI app
For the first CLI app, I chose to make a "Test Your Mind" quiz. In which, there are two levels. In level 1, there are 6 questions and to go on level 2 you must give 5 correct answers. Questions are not from any specific topic. So everyone can play.
In level 2, there are 4 questions and you have to give 3 correct answers to pass it.
Now no more talk, you should play it: PLAY
βοΈsecond CLI app
The second CLI app is also a quiz, but this time it will check that you are an "emoji person" or not.
In this quiz, you have to give answers to 10 questions. And in last, It will show what % are you an emoji person?
You should play it, too: PLAY
π§° Tools I used
- replit: as an online IDE
- javascript: as a programming language in Node.js runtime environment
- chalk: a dependency, for coloring
- readline-sync: a dependency, for taking input
- keyInSelect: method of readline-sync, for MCQ question