This app has two pages – Backlog and Board. User may add/edit/delete tasks with descriptions and toggle their status. i18n is implemented via angular/localize (EN and RU locales).
- TypeScript, Angular 18, RxJS, json-server
- Angular Material UI, scss, angular/localize
- ESlint, husky, prettier, stylelint, htmlhint
# Install Dependencies.
$ npm install
# Develop
# (runs backend server and ports for both languages).
$ npm run start
# Lint.
$ make lint