All Projects → wpcfan → Taskmgr

wpcfan / Taskmgr

a team collaboration tutorial app like teambition/worktile

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Taskmgr

juliette
Reactive State Management Powered by RxJS
Stars: ✭ 84 (-11.58%)
Mutual labels:  rxjs, ngrx
Soundcloud Ngrx
SoundCloud API client with Angular • RxJS • ngrx/store • ngrx/effects
Stars: ✭ 438 (+361.05%)
Mutual labels:  rxjs, ngrx
Keyist-Ecommerce
🔑 A simple ecommerce site powered with Spring Boot + Angular 10 + Ngrx + OAuth2
Stars: ✭ 220 (+131.58%)
Mutual labels:  rxjs, ngrx
community-events-angular
Community Events App built with ❤️ using Angular, NgRx, Rxjs to do thrill in #hacktoberfest21
Stars: ✭ 20 (-78.95%)
Mutual labels:  rxjs, ngrx
Angular Ngrx Data
Angular with ngRx and experimental ngrx-data helper
Stars: ✭ 954 (+904.21%)
Mutual labels:  rxjs, ngrx
kanban-project-management
Web Application to manage software development projects.
Stars: ✭ 39 (-58.95%)
Mutual labels:  rxjs, ngrx
Store
RxJS powered state management for Angular applications, inspired by Redux
Stars: ✭ 3,959 (+4067.37%)
Mutual labels:  rxjs, ngrx
Angular Rpg
RPG game built with Typescript, Angular, ngrx/store and rxjs
Stars: ✭ 120 (+26.32%)
Mutual labels:  rxjs, ngrx
Platform
Reactive libraries for Angular
Stars: ✭ 7,020 (+7289.47%)
Mutual labels:  rxjs, ngrx
Angularfire
The official Angular library for Firebase.
Stars: ✭ 7,029 (+7298.95%)
Mutual labels:  rxjs, ngrx
streamkit
My streaming overlay platform for YouTube https://bit.ly/3AvaoFz and Twitch https://bit.ly/37xUPAM
Stars: ✭ 15 (-84.21%)
Mutual labels:  rxjs, ngrx
Ngrx Ducks
Improved Coding Experience for NgRx
Stars: ✭ 56 (-41.05%)
Mutual labels:  rxjs, ngrx
ts-action-operators
TypeScript action operators for NgRx and redux-observable
Stars: ✭ 34 (-64.21%)
Mutual labels:  rxjs, ngrx
angular2-instagram
🔥Instagram like photo filter playground built with Angular2 (Web | Desktop)
Stars: ✭ 91 (-4.21%)
Mutual labels:  rxjs, ngrx
Router Store
Bindings to connect the Angular Router to @ngrx/store
Stars: ✭ 187 (+96.84%)
Mutual labels:  rxjs, ngrx
ngrx-signalr-core
A library to handle realtime SignalR (.NET Core) events using @angular, rxjs and the @ngrx library
Stars: ✭ 18 (-81.05%)
Mutual labels:  rxjs, ngrx
Rwa Trivia
Trivia App - Real World Angular series
Stars: ✭ 251 (+164.21%)
Mutual labels:  material-design, ngrx
Example App
Example app showcasing the ngrx platform
Stars: ✭ 1,361 (+1332.63%)
Mutual labels:  rxjs, ngrx
Angular Learning Resources
Curated chronological list of learning resources for Angular, from complete beginner to advanced level
Stars: ✭ 615 (+547.37%)
Mutual labels:  rxjs, ngrx
Angular4 Admin Front
Admin system front based on Angular. 基于Angular4的后台管理系统(no longer maintain)
Stars: ✭ 36 (-62.11%)
Mutual labels:  rxjs, material-design

多用户任务管理系统

Build Status

采用的技术

  • 基于 @ngrx/store@ngrx/effects 管理状态以及状态产生的影响。并且使用 @ngrx/entity 减少了 reducer 的重复代码。
  • 使用 rxjs 实现响应式编程
  • 使用 lettable 操作符,让 rx 的依赖更小
  • 使用 json-server 生成原型 REST API
  • 使用 @angular/flex-layout 作为布局类库
  • 使用 @angular/material 为界面组件库以及实现界面主题
  • 使用 @angular/animations 完成动画
  • 封装了若干自定义组件、表单组件、指令、管道等
  • 使用 karma 进行单元测试:组件、服务、 effectsreducer 等。

开发工具链

  • 使用 yarn 作为包管理工具
  • 使用 @angular/cli 作为脚手架
  • package.json 中使用 concurrentlyjson-serverng serve 一起启动了

安装

  1. fork 这个项目
  2. git clone 项目
  3. cd taskmgr
  4. yarn install
  5. npm start 或者 yarn start 启动前端和 json-server ,在浏览器中访问 8000 端口
  6. npm run start:ssr 启动服务端渲染版本 (Server Side Rendering)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].