Flashcard-Generator is an application built for node.js that allows users to create basic and cloze flashcards depending upon the user’s preference. Once the desired cards are created the user can then begin testing their knowledge.
- Clone repository to your local machine.
- Install required dependency using
npm install
. - Launch application in terminal using
node CLI.js
. - Follow prompts and enter the appropriate questions.
- STUDY, STUDY, STUDY!
Running npm install
will install the below required package.
- [Inquirer] (https://www.npmjs.com/package/inquirer)