/flashcards

Flashcards starter kit

Primary LanguageJavaScript

Flash Card Game

Abstract

This game is a flashcard based question and answer game that is playable in the console. It incorporated Test Driven Development and multi class interaction.

Working model view

gif of app

Technologies used

  • javascript
  • chai
  • mocha

Instalation Steps

  1. clone this repo
  2. run git clone (>this repo<) in your terminal
  3. cd into the newly cloned flash card directory
  4. run node index.js

challenges/success

This was my first time attempting Test Driven Development and it forced me to think about how the code was structuring my code without writing it. It also was challenging to think about the different data types that were being delt with before creating them. Being capable of mapping out and isolating the data types before writing code was a victory moment.

linkedIn page

Patrick Ankiewicz