https://github.com/augustingrigorov/vocabulary-builder
A webapp that helps you develop your vocabulary when learning a foreign language.
https://github.com/augustingrigorov/vocabulary-builder
education flashcards foreign-language language-learning vocabulary vocabulary-builder
Last synced: 3 months ago
JSON representation
A webapp that helps you develop your vocabulary when learning a foreign language.
- Host: GitHub
- URL: https://github.com/augustingrigorov/vocabulary-builder
- Owner: AugustinGrigorov
- License: mit
- Created: 2018-08-27T21:59:39.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T14:17:15.000Z (almost 3 years ago)
- Last Synced: 2025-05-31T03:26:14.318Z (4 months ago)
- Topics: education, flashcards, foreign-language, language-learning, vocabulary, vocabulary-builder
- Language: JavaScript
- Homepage: https://vocabularybuilder.online/
- Size: 2.13 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
## Vocabulary builder
[](https://app.codeship.com/projects/387321)
[](https://deepscan.io/dashboard#view=project&tid=7827&pid=9915&bid=132252)A web application to help you learn the new words you encounter while studying a foreign language. It's built on `React` and `Firebase`.
You can submit your unfamiliar words in a user-friendly UI and they get stored in a `Firebase` DB making them accessible from anywhere.
The app provides an intelligent testing feature that aims to quiz you on the words you know least well, thus helping you improve.
### Setup
`npm install`
### Testing
`npm test`