camianderson / flashcards

Flashcards starter kit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FlashCards

by Cami Anderson.

Table of Contents

Introduction

Flashcards is the first solo project for Module 2 at the Turing School of Software and Design Front End Engineering Program. The purpose of the project is to create a quiz designed to be run in the terminal/command line where a user can use flashcards to study. The application presents one question at a time to the user, and allows them to select from a list of possible answers. At the end, the application will calculate and return the percentage of correct answers.

Technology

  • Javascript
  • Mocha testing framework
  • Chai assertion library
  • Git
  • GitHub

Illustrations

FlashCard 1 FlashCard 2

Possible Future Extensions

  • Build a new flashcard dataset so the user can choose a different subject to study;
  • Create a report card in the end of the game with the incorrect answers;
  • Create a timer to record how much time it took to complete the game.

Set Up

  1. Fork this repo;
  2. Clone the repo to your local machine via your terminal with this link
 git clone git@github.com:camianderson/flashcards.git
  1. CD into your local version of the repo and run npm install;
  2. Once that is complete, In the terminal, run node index.js via the command line;
  3. Play the game as prompted! Using the return key to select your answer and move on to the next question.

Sources

Project Specs

  • The project spec & rubric can be found here.

About

Flashcards starter kit


Languages

Language:JavaScript 100.0%