Skip to content

kyprosantreou/TaskFlow

Repository files navigation

TaskFlow Web Application

TaskFlow is a Dockerized web-based task management application designed to simplify task organization and collaboration. Built with Flask, MySQL, and other modern technologies, it includes features like user authentication, task assignment, and customizable themes.

Features

User Authentication

  • Secure registration and login with Argon2 password hashing.
  • Session-based authentication.
  • Update user details or delete accounts securely.

Task Management

  • Create, update, delete, and search tasks.
  • Assign tasks to specific users.
  • Export tasks as XML files.

Notifications

  • Get task-related updates through the SimplePush API.

Themes

  • Toggle between light and dark modes with settings saved per user.

User Search

  • Quickly find users for task assignment using the search feature.

Dockerized Setup

Prerequisites

  • Docker installed on your machine.
  • Docker Compose installed.

Installation and Deployment

  1. Clone the repository:

    https://github.com/kyprosantreou/TaskFlow.git
    cd TaskFlow
  2. Build and start the Docker containers:

    docker-compose up --build
  3. Access the application in your web browser at:

    http://127.0.0.1:5000
    

Demo

TaskFlow Demo 1 TaskFlow Demo 2 TaskFlow Demo 3 TaskFlow Demo 4 TaskFlow Demo 5 TaskFlow Demo 6 TaskFlow Demo 7

Collaborators


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published