Skip to content

cthompson527/flashcards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flashcards

This little application is a command line application designed to emulate flashcards. The application will first present a term, wait for the user input, and then present the definition of the term.

Motivation

I wrote this application to help me study for the GRE. My biggest weakness is vocabulary, and I wanted to create a very simple application that'll read a JSON object and present me a flashcard-like experience.

Screenshots

img

Tech/framework used

Built with

  • Golang
  • macOS (not written for any other OS)

Installation

The Makefile presents all the necessary steps to build. Run $ make build to build the flashcards binary. Then run $ ./flashcards to run the application.

You can combine those two steps by running $ make run.

How to use?

Just run the application. At anytime, press 'q' to quit. Instructions are also found in the application. Note: Ctrl+C does not quit the application. You must press q.

Contribute

PRs welcome if you want a feature or want to add more words to terms.json.

Credits

License

MIT © Cory Thompson

About

Simple command line flashcard application

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published