This program will simulate a set of flash cards through the command line. A user will be able to see the questions, take guesses, and see a final score at the end of the round.
When the game is functioning appropriately, you will be prompted for each question, have the opportunity to select an answer, and will be given feedback. You will be able to play through the entire deck of cards:
- Fork the repository found here
- In your terminal, git clone your forked repository
- To enter the flashcards-starter folder, enter cd flashcards-starter in your terminal
- Once inside the folder, run npm install
- After the install is complete, enter node index.js to start the game