/trello-clone

A clone of the Trello app focused mainly on the drag and drop functionality.

Primary LanguageJavaScript

Trello clone

A clone of the Trello app focused mainly on the drag and drop functionality.

Table of contents

General info

A clone of the Trello app focused mainly on the drag and drop functionality. The goal of the project was to build a custom drag and drop systeme with JavaScript. In addition the drag and drop, I added the functionality to add and delete tasks and lanes, and the hability to download the lanes and tasks as json files, to carry files to different a computer and just upload the json file and it renders it.

Screenshots

trello-clone Demo

Technologies

  • HTML
  • CSS
  • JavaScript
  • Parcel Bundler

Features

List of features ready and TODOs for future development

  • Drag and drop tasks between lanes
  • Add and remove tasks
  • Add and remove lanes
  • Use of local storage to persist the data
  • Download and upload of json file with the data

Status

Project is: finished.

Inspiration

Project based on JavaScript Simplified by Kyle Cook with the additional functionality to remove tasks, add and remove new lanes, download and upload of json file with all the information of the lanes and tasks.

Contact