autologie / lernkartei2

Another flashcard app for German-language vocabulary building

Home Page:https://lernkartei2.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lernkartei v2

Architecture overview

flowchart TB
  subgraph Fauna["Fauna DB"]
  LearningLog
  Dictionary
  end

  LearningLog --->|aggregation| LearningProgress ---> Weights
  Wiktionary --->|scraping| Dictionary
  Dictionary ---> Weights
  r["Random number"] ---> Question
  Weights ---> Question
  Dictionary ---> Question
  Question --->|user interaction| Response
  Response ---> LearningLog

About

Another flashcard app for German-language vocabulary building

https://lernkartei2.vercel.app


Languages

Language:TypeScript 98.1%Language:CSS 1.4%Language:JavaScript 0.5%