Skip to content
/ etude Public

Flash card generator to print, organize, and write math flash easily

License

Notifications You must be signed in to change notification settings

cvharris/etude

Repository files navigation

Etude

🔦 📝 Flash card generator with superpowers 💪 💫 🚀

Etude App

Etude Preview

I made this app while studying for the GMAT to help me generate physical flash cards of my own with complex math latex

Features

  • Create flash cards with markdown and LaTeX math using Markdown-It
  • Print flash cards onto actual index cards
  • Organize cards into decks
  • Grade the difficulty and familiarity of each card
  • Practice flash cards in the Runner UI and track progress through runs

Roadmap

  • Create flash cards online & offline-ready, stored in browser
  • Simple markdown: bold, italic, underline
  • Math output with Markdown-It Math
  • Print flash cards to 4" x 6" index cards
  • Organize cards into decks
  • Set Difficulty of a flash card
  • Set whether you are familiar with the card yet or not
  • Practice one or more decks with a timer with the built-in Runner UI
  • When practicing cards, indicate whether you knew the answer when card flipped
  • Track analytics on runs: time per card, which you knew, overall time, etc.
  • Replace Markdown-It with custom in-place editor, like Bear

Contributing

Pull requests are welcome if you wanna help add features!

Install

git clone https://github.com/cvharris/etude.git
cd etude
yarn
yarn start