Skip to content

A CLI flash card game that supports both basic cards and cloze cards.

Notifications You must be signed in to change notification settings

milesbowles/Flash-Cards

Repository files navigation

CLI Flash Cards

A CLI flash card game that supports both basic cards and cloze cards.

Basic Cards

Example

    {
        front: 'Dilly! Dilly!',
        back: 'Bud Light'
    }

NOTE: Answers are not case sensitive. However, they are typo sensitive. Think of it as another chance to work on your spelling :)

Cloze Cards

Example

    {
        fullText: 'Waves travel in sets.',
        cloze: 'sets'
    }

NOTE: 'sets' is automatically removed from 'Waves travel in sets.'. This makes adding new questions easy. However, if the cloze string that you specify is not in the fullText, you will get error message warning that your question is invalid.

Built With

Enjoy!

About

A CLI flash card game that supports both basic cards and cloze cards.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published