项目作者: Snokke

项目描述 :
Task Manager. Simple task manager with basic functionality
高级语言: JavaScript
项目地址: git://github.com/Snokke/task-manager-hexlet-project4.git
创建时间: 2019-02-04T11:01:18Z
项目社区:https://github.com/Snokke/task-manager-hexlet-project4

开源协议:

下载


Task manager

Maintainability
Test Coverage
Build Status

Demo

Live demo (Heroku): https://task-manager-snokke.herokuapp.com/

About

Task Manager is a simple task manager with basic functionality.

Task Manager was created as a graduation project at Hexlet, profession: “Backend JavaScript Developer (Node.js)”.

Tools used in the development: Node.js, Koa, Bootstrap 4, Sequelize, Rollbar, Webpack, Pug. Project deployed at Heroku. For testing was used Jest.

Implemented functionality:

  • Registration new users, update and delete
  • Create new statuses, update and delete
  • Create new tasks, update and delete
  • Authentication
  • Update task status
  • Pagination on pages: Users and Tasks
  • Filter tasks by:
    • My tasks
    • Tags
    • Statuses
    • Assigned to