Trello Clone Using Vue

Trello Clone iis built using Vue.JS

Folder Structure

As of today, the project has been restructured to separate the two different versions of Vue used in the project. They are:

Installation

Check each subfolder for installation instructions

Usage

The project is free to use.

Contributing

See CONTRIBUTING.md for more information.

TODO

  • Deploy to netlify
  • Add authentication
  • Add image upload
  • Add user(s) to a task

DONE

  • Build the board
  • Add Open Task in a modal
  • Add & Edit Task
  • Add drag and dropping of the tasks.
  • Add and dropping columns
  • Extracting columns into components
  • Extracting tasks into components
  • Adding New Columns
  • Create a Mixin to encapsulate shared logic
  • Extract Drag & Drop