jmusa5 / Homework

0 stars 0 forks source link

2015-02-23 #21

Closed jacobthemyth closed 8 years ago

jacobthemyth commented 9 years ago

backbone-bookmarks

Description

Create a bookmark app using Backbone.js

Objectives

Learning Objectives

After completing this assignment, you should

After completing this assignment, you should be able to

Create a bookmarking application, following the planning and prototyping process discussed in class. The application should have a total count of bookmarks, a list of all the bookmarks and attributes (url, title, description, and tags), and a list of all of the tags. When you click on a tag, the list should show only the bookmarks with that tag. You may use just a static collection defined in your Router

Hard Mode

  1. Use data stored on Parse
  2. Have a form that allows you to create a new bookmark.