Book Image

AngularJS Web Application Development Blueprints

By : Vinci J Rufus
Book Image

AngularJS Web Application Development Blueprints

By: Vinci J Rufus

Overview of this book

Table of Contents (17 chapters)
AngularJS Web Application Development Blueprints
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

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.