Book Image

Ext JS Application Development Blueprints

Book Image

Ext JS Application Development Blueprints

Overview of this book

Table of Contents (18 chapters)
Ext JS Application Development Blueprints
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

About the app


The application we'll build is designed to shop on a tablet-sized screen. We'll be taking advantage of the burgeoning "craft beer" scene and creating an application that allows customers to select from categorized beers in the store. Here's the full feature list:

  • Login and register

  • Category list

  • Product list with sorting

  • Shopping cart

  • Touch-friendly

In other words, the standard set of features you'd see on a straightforward e-commerce website. The final product looks like this:

We have a simple interface that provides large tappable areas for tablet users. There are more screens in this application than any other we've worked on so far, so let's sketch these out and see what the full app will look like:

Here, we have the wireframe of the first screen that the user sees when opening the site. As you can see, it maps out the features and layout, as shown in the previous screenshot.

This mockup mentions all of the main features of the application. Note that, unlike in our earlier e-mail...