AngularJS Web Application Development Blueprints
上QQ阅读APP看书,第一时间看更新

Understanding the application that we will Prototype

We will create a clickable prototype of a pseudo web app named Healthy Living. It will consist of four pages. They are as follows:

  • Homepage: This will consist of a carousel, hero unit, and three main content blocks.
  • Articles: This display a list of articles in an accordion view.
  • Gallery: This is an image gallery page with pictures, a title, a short description, and a star rating.
  • Subscribers: This page will display the list of subscribers in an interactive data grid with features to group by a column and Excel-style inline editing. The subscription page will also have a button that will allow us to add a new user via a modal window.