This is a couple of hours of work done on a sunday evening and thus is far from something that can be called production ready.
- Angular 16.2
- Tailwindcss
- DaisyUI
- Install dependencies (
yarn
) - Start a dev server with with
ng s
oryarn start
- To view the
/list
route, provide a username
- Most tests, though some are defined:
- Artists service
artists.service.spec.ts
- Price pipe
price.pipe.spec.ts
- Landing component
landing.component.spec.ts
- Artists service
- i18n
- SSR/Universal
- Any sort of session-to-session/stored state management (localStorage, a database etc)