Skip to content

Application that allows to manage tasks for projects and teams

Notifications You must be signed in to change notification settings

Barsh4ec/task-manager

Repository files navigation

Task Manager app

This application allows you to manage your project, teams and their tasks effortlessly. Whether you're working on a small solo project or coordinating a large team, this user-friendly tool provides a centralized hub for all your project-related activities.

Check it out!

Task manager project deployed to Render

Username: Billie

Password: 5B3ytK8Av2tQKER

Installing

For Windows

Install python and execute these commands:

git clone https://github.com/Barsh4ec/task-manager.git
cd task-manager/
python -m venv venv
venv\bin\activate
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver

For Unix-like systems

Install python3 and execute these commands:

git clone https://github.com/Barsh4ec/task-manager.git
cd task-manager/
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python manage.py migrate
python3 manage.py runserver

Features

  • You can create multiple projects
  • An ability to create multiple teams for each project
  • Manage tasks for each team easily
  • Filtering and searching functionality so you never get lost

Demo

image

About

Application that allows to manage tasks for projects and teams

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published