Skip to content

chrissycooper/flashcards

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlashCards

Abstract

Flashcards is a question and answer game fully playable on the command line. One goal of this project was to practice utilizing larger datasets using class to class interaction. Another goal was to practice building unit tests in tandem with implementation code using the Mocha framework and Chai test library.

A GIF of the working application

a gif of the working application

Technologies used

  • Javascript
  • Mocha/Chai

Install/Setup instructions

To play Flashcards and study facts about iterator methods:

  • Clone this repo to your local machine
  • cd into the directory
  • Run npm install on the command line
  • Run node index.js to start the game

Wins & Challenges

A challenge of Flashcards was to think ahead of implementation to be able to write effective and useful tests. It was a really great exercise for zooming out my mindset to think big picture and slowing down the development process.

I am proud of how I approached the last iteration, i.e. connecting all the pieces I built together via the Game class. I was a bit unsure of how to start, but I was able to explore and work my way through it with curiosity, yielding great results!

About

Flashcards starter kit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%