https://github.com/snokke/task-manager-hexlet-project4
Task Manager. Simple task manager with basic functionality
https://github.com/snokke/task-manager-hexlet-project4
bootstrap heroku hexlet jest koa nodejs pug rollbar sequelize webpack
Last synced: 2 months ago
JSON representation
Task Manager. Simple task manager with basic functionality
- Host: GitHub
- URL: https://github.com/snokke/task-manager-hexlet-project4
- Owner: Snokke
- Created: 2019-02-04T11:01:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-02-24T21:26:39.000Z (over 3 years ago)
- Last Synced: 2025-06-12T04:14:40.062Z (about 1 year ago)
- Topics: bootstrap, heroku, hexlet, jest, koa, nodejs, pug, rollbar, sequelize, webpack
- Language: JavaScript
- Homepage:
- Size: 563 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Task manager
[](https://codeclimate.com/github/Snokke/task-manager-hexlet-project4/maintainability)
[](https://codeclimate.com/github/Snokke/task-manager-hexlet-project4/test_coverage)
[](https://travis-ci.org/Snokke/task-manager-hexlet-project4)
## 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](https://ru.hexlet.io/), profession: **"Backend JavaScript Developer (Node.js)"**.
Tools used in the development: [Node.js](https://nodejs.org/en/), [Koa](https://koajs.com/), [Bootstrap 4](https://getbootstrap.com/), [Sequelize](http://docs.sequelizejs.com/), [Rollbar](https://rollbar.com/), [Webpack](https://webpack.js.org/), [Pug](https://pugjs.org/api/getting-started.html). Project deployed at [Heroku](https://www.heroku.com/). For testing was used [Jest](https://jestjs.io/en/).
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