Skip to content

Task manager for IT company, small analogue of Trello or ClickUp.

Notifications You must be signed in to change notification settings

luxuriant777/it-company-task-manager

Repository files navigation

Task manager for IT company

Simple task manager for IT company, small analogue of Trello or ClickUp.

You can check it via link below

Company task manager

username: test
password: password135

Installation

Python3 must be installed

git clone https://github.com/luxuriant777/it-company-task-manager
git checkout develop
venv\Scripts\activate (on Windows)
source venv/bin/activate (on macOS)
pip install -r requirements.txt
---
python manage.py runserver

Functionality

  • You can create, view, update tasks with deadlines and delete them.
  • You can assign your teammates to these tasks.
  • You can perform search by name of task or task description.
  • Task can be marked as completed.
  • You can create, view, update and delete your teammate profiles.
  • You can perform search by nickname, first name or last name of your teammate.

Screenshot_1 Screenshot_2 Screenshot_3 Screenshot_4 Screenshot_5 Screenshot_6 Screenshot_7 Screenshot_8 Screenshot_9 Screenshot_10 Screenshot_11 Screenshot_12

About

Task manager for IT company, small analogue of Trello or ClickUp.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published