Git Product home page Git Product logo

task-manager's Introduction

Nuxt.js Task Manager (Vue, Koa, Mongoose)

Demo of old vuejs version: demo.module-5.com

Features:

  • Kanban cards
  • Todo lists inside cards
  • Notes and comments inside cards
  • Permission control (admin and common users)
  • Task-tables with dates and statuses inside cards
  • Card duplication across boards
  • Move to trash feature
  • I18n (eng, rus, ukr)
  • Material design
  • Card events
  • Card tags

TODO:

  • Add seed user
  • Implement real-time updates
  • Switch to serverless
  • Fix XSS

Quick start:

  1. Install MongoDB
  2. Install server deps, create config.js and start it in dev mode
$ cd server
$ npm i
$ npm start
  1. Install client deps and start it in dev mode
$ cd client
$ npm i
$ npm start
  1. Somehow create a demo-user (no seeds yet)

FAQ:

Q: No tests, no eslint, no env vars?

A: Yep. Trying to keep it as simple as possible, so any part could be quickly rewritten.

Q: What do you expect from community?

A: I expect that people would use it not only to learn but also to implement custom task managers for their own projects. If it would be so, code quality will rise and new features will be implemented.

Q: Why do this project exists?

A: Team of my co-workers have been using trello. It was fine except lack of some specific features. So I implemented this project and now they use it. Also it was my master degree project.

Q: Why OpenSource?

A: I realised that it still pretty much far away from commercial use. People asked me to share the code, so here it is.

task-manager's People

Contributors

dreaminder avatar

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.