Show HN: Word2go – A word-learning app using browser notifications

by lihaciudanielon 8/9/2024, 9:56 PMwith 2 comments

Hi Hacker News,

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!

by mreichhoffon 8/10/2024, 2:51 PM

Neat idea! Does it use spaced repetition, or some other way of deciding what words to show, when?