This app simulates a set of flash cards through the command line! You will be able to see the questions, take guesses, and see a final score at the end of the round.
flashcards.mov
This app was built using JavaScript, and tested with Mocha/Chai.
Clone down the repo.
git clone git@github.com:ericahagle/flashcards.gitOnce you have cloned the repo, cd into the directory and install the library dependencies using the command:
npm installTo test the application, run this command in the terminal:
npm testTo start the game, run this command in the terminal:
node index.jsHave fun!