Giter VIP home page Giter VIP logo

taskmanager's Introduction

Task Manager

This is a task management project what focuses primarily on personal task management and productivity.

Demo link: https://mytaskplan.me/

API: https://github.com/MaurerKrisztian/TaskManager-api

SonarCloud

Maintainability Rating Security Rating Bugs Code Smells Reliability Rating Duplicated Lines (%) Technical Debt

Features

Users

  • Task
    • Properties: title, description, start at (remaining time), label,  attachment files
    • Actions: crate, delete, edit, start - end, dtag and drop to board
  • Board:
    • Contains tasks
    • Drag and drop tasks
    • Properties: name
    • Actions: crate, delete, edit, sort
  • Email:
    • Daily task email subscription:
      • Every day sends an email about the tasks for the day

CI-CD

The main branch is automatically deploys to my linode server (https://mytaskplan.me/). The linode server configuration can be found here:  https://github.com/MaurerKrisztian/linode_configuration

Contribution

If you have any feature idea feel free to open an issue or create a pull request.

taskmanager's People

Contributors

maurerkrisztian avatar maurerlajos1 avatar paul0908 avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

taskmanager's Issues

Create label editor component

create / edit labels:

export interface ILabel {
    name: string;
    description?: string,
    color: string,
    userId: string;
    createdAt?: Date;
}

Multiple task template

On the Settings page, create a template selection interface for the task, board and a light-dark mode switch (just mock data for now)

History page

Show recent activity ex. created task, work start - end...

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.