Skip to content

Task Management Tool - TMT is a basic task tracker application inspired from "Trello Board".

License

Notifications You must be signed in to change notification settings

imrezwan/task-management-tool

Repository files navigation

Task Management Tool - TMT

Task Management Tool - TMT is a basic task tracker application inspired from "Trello Board".

📌 Features

  • Authorization
  • Authentication ( Registration and Login )
  • Create/update/delete new board
  • Add/update/delete list in a board
  • Add/update/delete card in a list
  • Add comment in a card
  • Update order of cards in a list
  • Move card from one list to another list
  • Add new member to a board
    • Show members in board
    • Show all shared boards
  • Change background of a board
  • Show/update user profile
  • Add label in a card
  • Move list

📌 Tech Stack

HTML SCSS JS Bootstrap ReactJs ReactJs ReactJs

📌 Getting Started

  1. Install Python, Yarn
  2. Clone the repo
$ git clone https://github.com/rezwan2525/task-management-tool.git
$ cd task-management-tool
  1. Install pipenv, a python virtual environment manager. Install backend dependencies and run migrations to create database. Default database is SQLite.
$ cd backend
$ pipenv install
$ pipenv shell
$ python manage.py migrate
  1. Install frontend dependencies.
$ cd frontend
$ yarn install
  1. Run both frontend and backend servers with following commands in appropriate directories.
$ python manage.py runserver
$ yarn start

📌 API Documentations

After running the backend server, the API doc will be at http://localhost:8000/docs/

📌 Project Showcase Video

Task Management Tool - TMT DEMO VIDEO

📌 Screenshots

alt text alt text
alt text alt text

Show some ❤️ by starring⭐ this awesome Repository!

OUR VALUABLE CONTRIBUTORS✨

Project Admin ❤️

© 2022 Rezwan Al Kaoser and contributors
This project is licensed under the MIT license.

forthebadge


Rezwan Al Kaoser

About

Task Management Tool - TMT is a basic task tracker application inspired from "Trello Board".

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published