Skip to content

tdmburr/flashcards

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Abstract

A game called Flashcards was constructed that allowed the game to be played in the console(terminal). The Flashcards (questions) represent a series of data consisting of questions pertaining to coding knowledge.

Project Preview:

Flashcards Preview

Technology Used:

  1. VS Code
  2. Mocha Testing Frameworks
  3. Chai Assertion Library

Install and Setup

  1. Fork the repository.

  2. Clone the data contained within the repository, via the terminal, to your local machine (git clone [address] [you name it])

  3. Once cloned change into the directory and run npm install.

  4. You may verify that the install was successful by running npm test. This should output a series of passed tests.

  5. Run the game in the console (terminal) by entering node index.js.

About

Flashcards starter kit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%