Skip to content

Instantly share code, notes, and snippets.

@jnewman12
Created February 17, 2017 10:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jnewman12/216848d70160e4dfa948b90bd6ee2c72 to your computer and use it in GitHub Desktop.
Save jnewman12/216848d70160e4dfa948b90bd6ee2c72 to your computer and use it in GitHub Desktop.
All day Angular App

Angular App Challenge

hacker news


Our Challenge

  • This week we have dove head first into angular and learned all about some of the core components of angular.
    • data binding
    • routing
    • working with API's
    • MVC on the client side
  • We are going to tie all of that together by working to make our own application
  • The application we will be building is something based off of Hacker News or Reddit, where we will have Posts and Comments
    • Posts have many comments
    • Comments belong to posts

Requirements and Deliverables

  • Work in pairs/groups/individually
  • Complete all user stories

User Stories

  • as a user, i want to go to the home page and see a list of posts
  • as a user, i want to click on a post and see the post show page
  • as a user, i want to add a comment on a post
  • as a user, i want to upvote a post
  • as a user, i want to upvote a comment
  • as a user, i want to see a styled website

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment