Show HN: Ginseng – a spaced repetition learning/flashcard web app
1–10 of 12 posts
Re: Show HN: Ginseng – a spaced repetition learning/flashcard web app
#2This is built with React. I'm happy for any feedback or wishes!
Re: Show HN: Ginseng – a spaced repetition learning/flashcard web app
#3Github repo is https://github.com/s9w/Ginseng This is built with React. I'm happy for any feedback or wishes!
Offline access would be an awesome feature, especially for users who are not "always connected".
Re: Show HN: Ginseng – a spaced repetition learning/flashcard web app
#4Github repo is https://github.com/s9w/Ginseng This is built with React. I'm happy for any feedback or wishes!
Re: Show HN: Ginseng – a spaced repetition learning/flashcard web app
#5Re: Show HN: Ginseng – a spaced repetition learning/flashcard web app
#6Re: Show HN: Ginseng – a spaced repetition learning/flashcard web app
#7Coincidentally, I also recently used React to build a SRS site specifically targeted toward review of computer science topics. React definitely makes building UIs into a pleasure. (Now, if only there were an equally elegant, open-source solution for client-side data/models).
By the way, you mention possibly moving to Mathjax. I tried out Mathjax before I ended up just switching to pre-rendered images generated from LaTeX. Now that I know about KaTeX, I'll probably switch to that instead of pre-rendered images. But trying to integrate Mathjax with React is a challenge, because of how Mathjax manipulates the DOM. It's doable, but even then I ran into performance issues and abandoned it in favor of pre-rendered images.
KaTeX appears to have addressed both the React integration issues and the performance problems (not to mention the download size of the Mathjax libraries).
At the moment, I've just released a basic flashcard version of the site without the SRS functionality [1]. (the SRS requires Firebase, and I haven't yet published that code)
1. http://esbullington.github.io/canonicalcards/ (by the way, I'm actively looking for pull requests with additional questions on data structure, algorithms, and other topics from the core computer science curricula).
Re: Show HN: Ginseng – a spaced repetition learning/flashcard web app
#8Re: Show HN: Ginseng – a spaced repetition learning/flashcard web app
#9Source: github.com/pathikrit/vocowl
Re: Show HN: Ginseng – a spaced repetition learning/flashcard web app
#10Is this different from Anki ( http://ankisrs.net/ )? I believe Anki supports a web interface, in addition to desktop and mobile apps.
I'm an excessive Anki user, so this is basically my dream version of a SRS program.