Flashcards-like pet project for learning words in new languages.
- Angular
- Signals
- Vite
- TailwindCSS
- RxDB
- E2E tests with Playwright
For proper clsx IntelliSense in VSCode, add the following to your settings.json:
"tailwindCSS.experimental.classRegex": [["clsx\\(((?:[^()]*|\\([^()]*\\))*)\\)", "(?:'|\"|`)([^']*)(?:'|\"|`)"]]