Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.19 KB

end.md

File metadata and controls

23 lines (17 loc) · 1.19 KB

The End

Congratulations, you've completed this codelab and have created a single page application with Dart and Polymer.

Feedback

If you've got a few minutes, would you mind filling out an anonymous feedback form on the course so we can improve it in future?

Bonus user stories

  • Re-implement the GameStoreService with rest queries
  • Implement a server in Dart

Solutions

  1. Show the content of a game
  2. Show the list of all games (detailed template)
  3. Filter and sort the games list
  4. Show the list of all games (compact template)
  5. Edit the content of an existing game
  6. Add a new game
  7. Delete a game
  8. Single-page application