Skip to content

denivladislav/TasksBoard-Angular

 
 

Repository files navigation

Tasks Board

CI

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).

tasks

Stack

  • TypeScript, Angular 18, RxJS, json-server
  • Angular Material UI, scss, angular/localize
  • ESlint, husky, prettier, stylelint, htmlhint

How To Use Locally:

# Install Dependencies.
$ npm install

# Develop
# (runs backend server and ports for both languages).
$ npm run start

# Lint.
$ make lint

About

Angular TasksBoard

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 74.5%
  • HTML 16.4%
  • SCSS 7.2%
  • JavaScript 1.8%
  • Shell 0.1%