RosaTheDev / flashcards_javascript

Flashcards starter kit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FlashCards

Learning gif

Abstract

Are you a student at Turing?
Did you just say no?
Well, whoever you are! You will be amazed at this flashcard game!
In this command-line quiz, the user is prompted, selects an answer to each question in a series of questions, and given feedback based on their response.

flashCard example gif

Screen Shot 2021-12-02 at 8 33 36 PM

Technologies used

  • JavaScript
  • linter
  • NPM
  • Node.js
  • Mocha
  • Chai

Project Goals and Wins

  • My goal was to have a deeper understanding on the class to class, calling upon different files and actually being able to test and manipulate the data, I found myself feeling really confident in putting together everything I learned from the previous Mod!
  • I did a similar project in the BackEnd program using Ruby, I didn't end up finishing, the fact that I finished this one was a huge win!

Install/Setup instructions

How To Play gif

Install:

  • clone this repo to your machine using: git clone 'reponame'
  • cd into the directory.
  • install npm by: npm install
  • Type node index.js and the game will run!
  • When you reach the end if you want to quit playing press: ctl + c

How To Play

How To Play gif

  • You will see a series of questions and set of answers. Choose the number (type it in a number or use the arrow keys to move up and down, and hit enter) to pick your answer.

  • You'll be given feedback as to whether your answer was "correct!" or "incorrect!".

  • At the end of the game, you'll be shown your percentage of correct answers.

About

Flashcards starter kit


Languages

Language:JavaScript 100.0%