An application to help you learn common phrases in Polish. More than 30.000 sentences. Ready to use offline! Built with Vue and Tailwindcss.
Live: plen.netlify.com
I made this app when i was learning Polish. So...
It uses IndexedDB and fuzzy searching (searching might be slow if you have a low-end device).
It has some tests in tests
folder
yarn
yarn run serve
yarn run build
yarn run lint
yarn run test:unit
- dexie: A Minimalistic Wrapper for IndexedDB
- fuzzysort: Fast SublimeText-like fuzzy search for JavaScript
- tailwindcss: A utility-first CSS framework for rapidly building custom user interfaces.
- vue: A progressive, incrementally-adoptable JavaScript framework for building UI on the web.
- vuex: state management for Vue.js
- workerize-loader: Automatically move a module into a Web Worker (Webpack loader)