https://remoteindian.com/ logo
#our-work
Title
# our-work
a

acceptable-flag-71699

04/27/2020, 8:20 AM
I built this yesterday: A VueJS component that lets any article embed flashcards so that readers can ALSO remember the material using spaced-repetition algorithm - using localStorage (not servers): https://github.com/learn-awesome/flashcard
🙌 2
r

refined-vegetable-38843

04/27/2020, 4:51 PM
Haha! Funny, i wrote something similar yesterday (divu.in/german/words) not generic like your component though
a

acceptable-flag-71699

04/28/2020, 11:46 AM
Nice! If it's open-source, we should merge these two and build something with high quality and reusability.
I need to figure out how to pass multiple <flash-card> to the <practice-set> element in pure HTML. Should be possible with Vue slots.
r

refined-vegetable-38843

04/28/2020, 2:35 PM
It is open source but 1. it is react https://github.com/divyenduz/ds-blog/blob/master/pages/german/words/index.tsx 2. Tied to my blog very specifically, I do need to add generic space repetition pattern though
a

acceptable-flag-71699

04/28/2020, 7:01 PM
vue build --target wc
generates a webcomponent and can even include inline Vue so a single
<script>
tag is all you need to use it.
r

refined-vegetable-38843

04/29/2020, 7:52 AM
vue build --target wc
generates a webcomponent and can even include inline Vue so a single
<script>
tag is all you need to use it.
I have 0 idea what this line means 😄 sorry 😄
a

acceptable-flag-71699

04/29/2020, 8:45 AM
😄