/flashCards-starter-kit

Flashcards starter kit

Primary LanguageJavaScript

FlashCards Starter Kit

This project allows users to answer all questions in a set of flash cards using the command line. Users can attempt to answer questions one by one and recieve feedback after each question.

Demo

FlashCards Starter Kit

image

Technologies Used

  • Functional programming Javascript
  • Mocha testing framework
  • Chai assertion library

Install Instructions

  1. Copy the SSH key on GitHub inside the code dropdown
  2. Using the terminal, run git clone [SSH key here]
  3. Run command cd flashCards-starter-kit to move into the project directory
  4. Run command node index.js to run the program in the Command Line.