Ember Crud

screenshot of Ember Crud
express

Simple CRUD for Ember.js 1.1.2 with Ember Data 1.0.0beta3 + Touch gestures mobile (responsive) version + Grunt templates precompiling

Overview

This repository is a simple demo of Ember (1.1.2) and Ember Data (1.0.0-beta3). It features basic CRUD functionality for a collection of users, complex CSS transitions and animations on views, precompiling of Handlebars templates with Grunt, and a responsive user experience with touch events and animated transitions between routes. The repository includes a demo as well as snippets of an article written for Smashing Magazine.

Features

  • Create / Read / Update / Delete of a collection of users
  • Complex CSS transitions / animations on views
  • Handlebars templates precompiling with Grunt
  • Full responsive UX with touch events and animations between routes

Summary

This repository showcases a demo of Ember and Ember Data, demonstrating basic CRUD functionality for a user collection, complex CSS transitions and animations, precompiling of Handlebars templates with Grunt, and a responsive user experience with touch events and animated transitions between routes. The installation guide provides instructions on setting up Grunt and installing the necessary dependencies for the project.

express
Express

Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.

grunt
Grunt

Grunt is a popular JavaScript task runner that automates repetitive tasks like minification, compilation, and testing, allowing developers to focus on writing code.