Giter Club home page Giter Club logo

flashcards's Introduction

FlashCards

Summary

FlashCards is the first project of Module 2 at the Turing School of Software & Design. FlashCards is a game that simulates the display of a set of 30 flashcards aimed at testing the users knowledge of object and array prototype methods. It also allows the user to select an answer for each question and provides feedback based on the accuracy of that answer. This game is built to run exclusively in the command line interface (CLI).

This project requires the implementation of a robust testing suite, emphasizing test driven development and promoting the desing of modular, reusable code. FlashCards also introduces object oriented design as well as implementation of ES6 classes.

Languages Used

  • JavaScript
  • Mocha and Chai testing suite

Gameplay Gif


Setup

On the top right corner of this page, click the Fork button.

Clone down the forked repo (from your GitHub)

Once you have cloned the repo, change into the directory and install the library dependencies. Run:

npm install

To verify that it is setup correctly, in your terminal run:

npm test

You should have 5 pending tests in your Card test file that show up.

Play the Game

To play the game in the terminal, run:

node index.js

flashcards's People

Contributors

ec-myers avatar thatpamiam avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.