taull / Homework

0 stars 0 forks source link

2015-02-26 #23

Closed jacobthemyth closed 8 years ago

jacobthemyth commented 9 years ago

ember-crud

Description

A CRUD app using Ember.js

Objectives

Learning Objectives

After completing this assignment, you should:

After completing this assignment, you should be able to:

Write an Ember.js application that allows you to create, update, read, and delete a resource. The assignment is open ended, but some examples of things you could make:

You may use either the localStorage adapter or Parse.

Parse (preferred)

Implement a filtering route. For example, if you made a bookmarking app, create a route that allows you to view the bookmarks with a specific tag.

Additional Resources