- Taon v19 (taon.dev)
- Angular v19
- NgRx v19
- TypeORM (SQL.js in browser/ SQLite in Nodejs server)
- Instal taon:
npm i -g taon
- Go do taon-quiz folder.
There is no need for node_modules installation with taon framework !!!
- Start application with TypeORM/SQL.js db inside BROWSER - simplest way to develop.
taon start --websql
or start normal NodeJS server from vscode
taon start
- typos fixes
- exhaustMap rxjs for buttons routing
- fromEvent rxjs for buttons
- remove firstValueFrom -> make it reactive
- production bug (TypeORM is adding on production empty entities to db - better validation)
- answers statistics algorithm needs logic fix
- tests: unit (jest, cucumber component tests) + e2e (cucumber e2e)