A CLI Premier league quiz app built using nodejs.
You can run the code in your browser,check it out here
Install nodejs if not installed already.
- Clone the repository
git clone https://github.com/Pranjalmishra30/CLI-Quiz
- Install the dependencies
npm install
- Run the quiz app
node index.js
- Retrieve questions from a database.
- Implement hints in the quiz.
- Add more levels and questions. Special questions based on user's club of choice.
- Implement high score feature.
- Build a CLI app
- readline-sync documentation
- chalk documentation