Language Learning Player is an innovative tool designed to change the way we learn languages through video. This project uses technology to help language learners improve their vocabulary, listening and comprehension by watching their favorite videos.
Stacks & Tools
When I started learning a foreign language, I did not find a service that would help me learn it. I wanted to watch educational courses and movies that were stored on my computer. As a result, I created a web application.
Language Learning Player offers a range of designed features with the language learner in mind:
- Opening local files: Opens local files that are stored on your computer.
- Translation of a single word: When you hover the mouse over the desired word, it is translated into the selected language.
- Translation of the phrase: When you click on the subtitle line, the entire phrase is translated. This helps to understand the translation in context.
- Multi-language support (ISO 639): Support for many languages to help people from different countries learn a foreign language.
If you want to start in development mode, and watch for changes, run:
npm run dev
If you want to build for production, run:
npm run build
If you want to preview production builds, run:
npm start
If you want to run e2e tests, run:
npm run test
If you want to run linting, run:
npm run lint
If you want check types, run:
npm run check-types