Show HN: Word2go – A word-learning app using browser notifications(word2go.netlify.app)
word2go.netlify.app
Show HN: Word2go – A word-learning app using browser notifications
https://word2go.netlify.app/words
2 comments
Neat idea! Does it use spaced repetition, or some other way of deciding what words to show, when?
It's rather uses unix time instead of randomness. This manner you see the same words repeatedly when you have a intermediate timer (press button every 5 minutes), it's maths.
But look instead of using space repetiton, you can just remove words you've learnt from the words list.
Thanks
But look instead of using space repetiton, you can just remove words you've learnt from the words list.
Thanks
I'm excited to share a project I've been working on: a web-based word learning app designed to help you effortlessly expand your vocabulary. If you're learning a new language, especially German, this might be just what you need.
What is it? This is a straightforward web application that leverages browser notifications to remind you of new words throughout the day. You upload a CSV file with your vocabulary list, and the app takes care of the rest. The notifications will pop up at intervals, displaying words and their translations to keep you engaged and learning. The CSV can be very long, just put first row be the word and the next row same column be the translation Built with JavaScript, utilizing the browser’s notification to deliver reminders.
reason of making I created this app to make learning German more convenient and integrated into daily life. It’s an attempt to turn passive time into productive learning moments.
try it You can upload a CSV file with your target vocabulary and start receiving notifications right away. The app is free to use and doesn't require any setup beyond uploading your word list.
If you have any feedback or feature requests, I’d love to hear from you.
Thanks for checking it out!