- description: flashcards for studying a new language
- choose how many words to study at a time
- choose how many times you must get the definition right before moving on
- I’ve supplied it with data on Mandarin Chinese for this demo
- you can pass in data on any language you’re able to get it for through props. just import the npm package
- github
- tweet storm
- architecture:
- data: 906 most common Mandarin words found here
- python web scraper built with bs4
- integration through the following docker image
- storage: postgres
- backend: node
- ui: svelte
- data: 906 most common Mandarin words found here
Visit this page for a demo of this project.