lschnell8 / flashcards

Flashcards starter kit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flash Cards

About

This application is a compilation of flashcards with multiple choice answers. Start the game by typing node index.js in the terminal, select your answer, press enter, and receive feedback on whether your answer is correct or incorrect. It's a fun way to study or excercise your trivia knowledge.

Demo

Flashcards

Technologies Used

  • Javascript
  • Mocha test framework
  • Chai assertion library
  • ESLint

Install & Setup Instructions

  • Clone down the forked repo.

  • Change into the root directory of the cloned repo.

  • Install the library dependencies. Run: npm install

  • Run node index.js in the terminal to start the game.

  • To exit: press ctrl + C on your keyboard in the terminal.

About

Flashcards starter kit


Languages

Language:JavaScript 100.0%