Ada-C8 / backbone-tasklist

An accompaniement codebase for learning Backbone.js. Topics include: Backbone Views, Events

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Backbone TaskList

This repository is the live-code for the second week of the Backbone curriculum.

Features an app that manages a list of tasks. Tasks have a name and assignee. For existing tasks, a user can mark them complete and delete them. A user can add a new task.

Quick Start

npm install
npm start

Links

About

An accompaniement codebase for learning Backbone.js. Topics include: Backbone Views, Events

License:MIT License


Languages

Language:JavaScript 88.8%Language:CSS 11.2%