0.0.4 - Many minor improvements everywhere, including buttons to decrease and increase the repeat times. This makes it easier than the previous input field. Removed some visual margins to make the app look better.
0.0.3 - "Keep screen on" at the bottom of words will keep the screen on your device on while you are learning. This is useful for when you are learning a language and don't want the screen to turn off.
0.0.2 - Added automatic opening of last language selection. This gives a much more pleasant experience for returning users. Added link to Microsoft Store on home.
0.0.1 - Initial release with 39 languages supported. Available on Microsoft Store.
The app now includes a 'Blog' section focused on language, cultures, learning basic translations, and travel logs. The blog section includes:
- Articles on effective language learning techniques
- Tips for memorizing vocabulary and grammar rules
- Reviews of language learning apps and tools
- Interviews with polyglots and language experts
- Articles about cultural customs and traditions from different countries
- Travel guides and tips for language learners
- Personal travel stories and experiences
- Recommendations for cultural events and festivals
- Lists of essential phrases and vocabulary for travelers
- Practical language guides for specific situations (e.g., ordering food, asking for directions)
- Audio recordings of native speakers pronouncing common phrases
- Interactive language exercises and quizzes
Blog content is managed as static files within the src/assets/blog
directory, with each blog post as a markdown file.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The application will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory.
Run ng test
to execute the unit tests via Karma.
Run ng e2e
to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.
To get more help on the Angular CLI use ng help
or go check out the Angular CLI Overview and Command Reference page.