MaXFalstein / rarwe-demo

An example Ember.js app, a demo version of Rock and Roll with Ember.js

Home Page:https://rarwe-demo.pagefrontapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rock & Roll with Ember.js - Demo version

This app is a smaller version of the app that is built in my Rock and Roll with Ember.js book.

It demoes a simple music catalogue where you can create bands and songs, and sort and rate the latter. Please don't try to use it to actually create an inventory of your music. All the data is stored in memory only and destroyed upon refresh.

You can check out the running app at https://rarwe-demo.pagefrontapp.com.

Tech specs

The app aims to be running on a relatively recent, stable version of Ember.js (now that the LTS versions are announced, it will probably run on the latest LTS version) and contain several of the features the full app does.

  • It uses a relatively recent version of Ember Data.
  • There is no backend. The app uses the fantastic ember-cli-mirage addon to create some seed data and to mock out server responses. All data is ephemeral and destroyed on reload.
  • It strives to show idiomatic Ember and use ES2015 features, like destructuring and let.
  • It is deployed on the PageFront hosting platform.

Found a bug?

That's great, please submit a pull request.

Licensing

I would like you to do anything you wish with this code as long as you don't sell it, or anything that uses it (e.g a screencast). To that end, I chose the GPL v2 License which you find here in the repository and which is nicely summarized on choosealicense.com.

Feel free to fork it, play with it, share it with friends or use some code snippets in a presentation while you keep the license and the copyright notice in the repository.

Copyright (c) 2016 Balint Erdi

About

An example Ember.js app, a demo version of Rock and Roll with Ember.js

https://rarwe-demo.pagefrontapp.com

License:GNU General Public License v2.0


Languages

Language:HTML 61.9%Language:JavaScript 30.7%Language:CSS 5.6%Language:Ruby 1.8%