Skip to content

Trello board clone that uses Backbone.js, Handlebars, Express, Node.js

Notifications You must be signed in to change notification settings

RachelMinto/trello_clone

Repository files navigation

trello_clone

This is a clone of a Trello Board, a project management app. This version uses Backbone.js to organize the client-side code. Drag & drop features are implemented using jQuery UI, and Handlebars provides the templating. A simple express/node.js server is used for the server-side code. Cards (list items) can be created, archived, labelled, commented on, moved, etc, and lists can be created. All comments are tracked and displayed in the side menu bar. Cards can be searched by keyword. Data is stored in a json file, and is bootstrapped in order to limit HTTP requests on page load.

About

Trello board clone that uses Backbone.js, Handlebars, Express, Node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published