Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 748 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 748 Bytes

Flashterm

Flash Card for your Terminal.

demo.mp4

Dev Environment

  • Go v1.18

Dependencies

How to run

go run main.go

TODO

  • Add weighted random to the next question selection.
  • Generate executable so that non-programmer can use
  • Create a better persistent data storage (redis, sqlite, PostgreSQL) and make it configurable
  • Edit & View Vocabulary
  • Fine tune the weight mechanism to make it more useful
  • Code refactoring

References