Skip to content

SamuelColeman/flashcards-starter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlashCards Starter Kit

Overview

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.

Example Gif

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:

flash cards example gif


Setup

  1. Fork the repository found here
  2. In your terminal, git clone your forked repository
  3. To enter the flashcards-starter folder, enter cd flashcards-starter in your terminal
  4. Once inside the folder, run npm install
  5. After the install is complete, enter node index.js to start the game

Contributors

About

Flashcards starter kit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%