Skip to content

jkintscher/amadeus-ember-training

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build a Simple Ember Blog Application

Client-side only, no server!

Use any version of Ember you like. No need to use Ember Data, but do so if you like. Also, since we didn’t cover it yet, no need for tests (boo!).

Requirements

  • See a list of all posts
  • Sorted chronologically by latest post first
  • Show title and maybe excerpt of content
  • Be able to open a post and read it
  • Be able to create a new post
  • Be able to edit a post
  • Be able to delete a post

Bonus:

  • Allow to add comments to each post
  • Be able to delete a comment

See it live

A demo of the (almost) latest version is always available on Github Pages.

About

A simple blog application I gave as an exercise during my Ember.js training at Amadeus

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published