CLI Trivia Project.
This is my first CLI project built with Node.js.
Dependencies:-
- ** chalk **, which is used to change the color of the terminal text.
- ** readline-sync **, which is used for taking synchronous user input.
Features
- interactive trivia questions.
- Arrays and objects to manage data.
- Custom functions for game logic.